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