menu
bluetooth_print package
documentation
bluetooth_print.dart
BluetoothPrint
isOn property
isOn property
dark_mode
light_mode
isOn
property
Future
<
bool
>
get
isOn
Implementation
Future<bool> get isOn async => await _channel.invokeMethod('isOn').then<bool>((d) => d);
bluetooth_print package
documentation
bluetooth_print
BluetoothPrint
isOn property
BluetoothPrint class