AppVersionChecker class
Constructors
- AppVersionChecker({String? currentVersion, String? appId, AndroidStore androidStore = AndroidStore.googlePlayStore})
Properties
- androidStore → AndroidStore
-
Select The marketplace of your app
default will be
AndroidStore.GooglePlayStore
final - appId → String?
-
The id of the app (com.exemple.your_app).
if appId is null the appId will take the Flutter package identifier
final
- currentVersion → String?
-
The current version of the app.
if currentVersion is null the currentVersion will take the Flutter package version
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkUpdate(
) → Future< AppCheckerResult> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited