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