disconnectPrinter static method

Future<void> disconnectPrinter()

Added by LepsiCity : disconnectPrinter method

Implementation

static Future<void> disconnectPrinter() async {
  await _channel.invokeMethod('DISCONNECT_PRINTER');
}