AppVersionResult class

Return of await AppVersionUpdate.checkForUpdates().

  • storeVersion app version in Play Store or Apple Store.
  • storeUrl link to update the app in its respective store
  • canUpdate is true if exists avaible updates
  • platform TargetPlatform for determine use in android or iOS

Constructors

AppVersionResult({String? storeVersion, String? storeUrl, TargetPlatform? platform, bool? canUpdate, String? appleId, String? playStoreId})

Properties

appleId String?
getter/setter pair
canUpdate bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
platform TargetPlatform?
getter/setter pair
playStoreId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeUrl String?
getter/setter pair
storeVersion String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
then(Null param0(dynamic data)) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited