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