Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.plugin.common.BasicMessageChannel< T >.Reply< T > Interface Template Reference

Public Member Functions

void reply (@Nullable T reply)
 

Detailed Description

Message reply callback. Used to submit a reply to an incoming message from Flutter. Also used in the dual capacity to handle a reply received from Flutter after sending a message.

Definition at line 225 of file BasicMessageChannel.java.

Member Function Documentation

◆ reply()

void io.flutter.plugin.common.BasicMessageChannel< T >.Reply< T >.reply ( @Nullable T  reply)

Handles the specified message reply.

Parameters
replythe reply, possibly null.

The documentation for this interface was generated from the following file: