getPrinterStatus method

Future<String?> getPrinterStatus()

getPrinterStatus() returns a String representing the current printer connection status.

Implementation

Future<String?> getPrinterStatus() {
  throw UnimplementedError('getPrinterStatus() has not been implemented.');
}