MoAppUpdate class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastCheckedTime → DateTime?
-
no setter
- platform → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateInfo → MoAppUpdateInfo?
-
no setter
Methods
-
clearUpdateInfo(
) → dynamic -
fetchUpdateInfo(
) → Future< MoAppUpdateInfo> -
getBuildNumber(
) → String -
getPlatformVersion(
) → Future< String?> -
getUpdateInfo(
) → Future< MoAppUpdateInfo> -
getVersionCode(
) → String -
hasUpdate(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
procedureUpdate(
MoAppUpdateInfo model) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initialize(
{required MoAppUpdateMode mode, MoAppUpdateSelfOption? selfOption}) → Future< MoAppUpdate>