menu
bluetooth_printer_plugin package
documentation
bluetooth_printer_plugin_platform_interface.dart
BluetoothPrinterPlatform
write method
write method
dark_mode
light_mode
write
method
Future
<
bool
?
>
write
(
String
text
)
Implementation
Future<bool?> write(String text) { throw UnimplementedError('write() has not been implemented.'); }
bluetooth_printer_plugin package
documentation
bluetooth_printer_plugin_platform_interface
BluetoothPrinterPlatform
write method
BluetoothPrinterPlatform class