disconnectPrinter static method
Added by LepsiCity : disconnectPrinter method
Implementation
static Future<void> disconnectPrinter() async {
await _channel.invokeMethod('DISCONNECT_PRINTER');
}
Added by LepsiCity : disconnectPrinter method
static Future<void> disconnectPrinter() async {
await _channel.invokeMethod('DISCONNECT_PRINTER');
}