newVersionAvailableDescription property

String get newVersionAvailableDescription
Locale Translation
en "Update the app to keep enjoying Hubble and all its new features."

Implementation

String get newVersionAvailableDescription {
  return customLookup?.newVersionAvailableDescription ?? _lookup.newVersionAvailableDescription;
}