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