@override Future<int?> getPrinterStatus() async { return await methodChannel.invokeMethod<int>('getPrinterStatus'); }