RUpgradeAndroidInfo class

Constructors

RUpgradeAndroidInfo()

Properties

downloadFileName String?
getter/setter pair
downloadFinishAutoInstall bool?
getter/setter pair
downloadHeader Map<String, String>?
getter/setter pair
downloadId int?
no setter
downloadIsFinish bool?
no setter
downloadUrl String?
getter/setter pair
downloadUseCache bool
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
notificationStyle NotificationStyle?
getter/setter pair
notificationVisibility NotificationVisibility?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String?
getter/setter pair
upgradeFlavor RUpgradeFlavor
getter/setter pair
webUrl String?
getter/setter pair

Methods

checkIsFinish() Future<bool>
downloadStream() Stream<DownloadInfo>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
upgradeFromDownload() Future<bool>
upgradeFromStore() Future<bool?>

Operators

operator ==(Object other) bool
The equality operator.
override