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