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