menu
rtnet package
documentation
rtnet_platform_interface.dart
RtnetPlatform
send method
send method
dark_mode
light_mode
send
method
Future
<
int
?
>
send
(
String
data
)
Implementation
Future<int?> send(String data) { throw UnimplementedError('send() has not been implemented.'); }
rtnet package
documentation
rtnet_platform_interface
RtnetPlatform
send method
RtnetPlatform class