JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.flutter.plugin.common
Interface BasicMessageChannel.Reply<T>
Enclosing class:
BasicMessageChannel
<
T
>
public static interface
BasicMessageChannel.Reply<T>
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
reply
(
T
reply)
Handles the specified message reply.
Method Detail
reply
void reply(
T
reply)
Handles the specified message reply.
Parameters:
reply
- the reply, possibly null.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method