InAppUpdate class

Constructors

InAppUpdate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

installUpdateListener Stream<InstallStatus>
no setter

Static Methods

checkForUpdate() Future<AppUpdateInfo>
Has to be called before being able to start any update.
completeFlexibleUpdate() Future<void>
Installs the update downloaded via startFlexibleUpdate.
performImmediateUpdate() Future<AppUpdateResult>
Performs an immediate update that is entirely handled by the Play API.
startFlexibleUpdate() Future<AppUpdateResult>
Starts the download of the app update.