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 storecanUpdate
is true if exists avaible updatesplatform
TargetPlatform for determine use in android or iOS
Constructors
- AppVersionResult({String? storeVersion, String? storeUrl, TargetPlatform? platform, bool? canUpdate})
Properties
- canUpdate ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- platform ↔ TargetPlatform?
-
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