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