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