menu
python_channel package
documentation
python_channel.dart
Reply<T>
reply method
reply method
dark_mode
light_mode
reply
method
void
reply
(
T?
msg
)
Implementation
void reply(T? msg) { channel._sendReply(msg, msgId); }
python_channel package
documentation
python_channel
Reply<T>
reply method
Reply class