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