UpgraderStoreController class

A controller that provides the store details for each platform.

Constructors

UpgraderStoreController({UpgraderStore onAndroid()? = onAndroidStore, UpgraderStore onFuchsia()?, UpgraderStore oniOS()? = onIOSStore, UpgraderStore onLinux()?, UpgraderStore onMacOS()?, UpgraderStore onWeb()?, UpgraderStore onWindows()?})
Creates a controller that provides the store details for each platform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onAndroid → (UpgraderStore Function()?)
final
onFuchsia → (UpgraderStore Function()?)
final
oniOS → (UpgraderStore Function()?)
final
onLinux → (UpgraderStore Function()?)
final
onMacOS → (UpgraderStore Function()?)
final
onWeb → (UpgraderStore Function()?)
final
onWindows → (UpgraderStore Function()?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUpgraderStore(UpgraderOS upgraderOS) UpgraderStore?
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