AppVersioning class abstract

Constructors

AppVersioning({required MinimumVersioningService minimumVersioningService, required DeviceVersioningService appUpdateService, required OptionalUpdateService optionalUpdateService})
factory
AppVersioning.apiService({required ApiConfig apiConfig, required UpdateConfig updateConfig})
factory
AppVersioning.firebaseService({required RemoteConfigKeys remoteConfigKeys, required UpdateConfig updateConfig})
factory

Properties

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

Methods

getAppUpdateInfo() Future<AppUpdateInfo>
getCurrentAppVersion() Future<Version>
launchUpdate({required bool updateInBackground}) → void
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