menu
smart_printer_flutter package
documentation
smart_printer_flutter_platform_interface.dart
SmartPrinterFlutterPlatform
getPrinterStatus abstract method
getPrinterStatus abstract method
dark_mode
light_mode
getPrinterStatus
abstract method
Future
<
String
>
getPrinterStatus
(
)
Requests the current printer status (int code mapped in Dart).
Implementation
Future<String> getPrinterStatus();
smart_printer_flutter package
documentation
smart_printer_flutter_platform_interface
SmartPrinterFlutterPlatform
getPrinterStatus abstract method
SmartPrinterFlutterPlatform class