showPrinterStatus static method

Future<void> showPrinterStatus()

Sends texts to the LCD

Implementation

static Future<void> showPrinterStatus() async {
  await _channel.invokeMethod(commandShowPrinterStatus);
}