Flutter Engine
The Flutter Engine
|
Public Member Functions | |
void | reply (@Nullable T reply) |
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.
void io.flutter.plugin.common.BasicMessageChannel< T >.Reply< T >.reply | ( | @Nullable T | reply | ) |
Handles the specified message reply.
reply | the reply, possibly null. |