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