printerState method

Future<String?> printerState()

Implementation

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