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