menu
smart_printer_flutter package
documentation
smart_printer_flutter_platform_interface.dart
SmartPrinterFlutterPlatform
connect abstract method
connect abstract method
dark_mode
light_mode
connect
abstract method
Future
<
void
>
connect
(
String
deviceId
)
Connects to a printer using its unique
deviceId
.
Implementation
Future<void> connect(String deviceId);
smart_printer_flutter package
documentation
smart_printer_flutter_platform_interface
SmartPrinterFlutterPlatform
connect abstract method
SmartPrinterFlutterPlatform class