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