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