menu
sharara_bluetooth package
documentation
sharara_bluetooth_platform_interface.dart
ShararaBluetoothPlatform
writeToDevice abstract method
writeToDevice abstract method
dark_mode
light_mode
writeToDevice
abstract method
Future
<
bool
>
writeToDevice
(
BluetoothDevice
device
, {
required
List
<
int
>
data
,
})
Implementation
Future<bool> writeToDevice(final BluetoothDevice device,{required final List<int> data});
sharara_bluetooth package
documentation
sharara_bluetooth_platform_interface
ShararaBluetoothPlatform
writeToDevice abstract method
ShararaBluetoothPlatform class