@override Future<String?> extPrinterStatus() async { final result = await methodChannel.invokeMethod<String>('extPrinterStatus'); return result; }