menu
star_live package
documentation
page/live/im/impl/socket/im_socket_channel.dart
ImSocketChannel
send method
send method
dark_mode
light_mode
send
method
dynamic
send
(
String
msg
)
Implementation
send(String msg) { _channel?.sink.add(msg); }
star_live package
documentation
page/live/im/impl/socket/im_socket_channel
ImSocketChannel
send method
ImSocketChannel class