menu
bluetooth_serial_android package
documentation
bluetooth_serial_android_platform_interface.dart
BluetoothSerialPlatform
read method
read method
dark_mode
light_mode
read
method
Future
<
String
?
>
read
(
)
Implementation
Future<String?> read() { throw UnimplementedError('read() has not been implemented.'); }
bluetooth_serial_android package
documentation
bluetooth_serial_android_platform_interface
BluetoothSerialPlatform
read method
BluetoothSerialPlatform class