AppUpgrade class

Constructors

AppUpgrade()

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 Methods

appUpgrade(BuildContext context, AppUpgradeInfo appUpgradeInfo, {TextStyle? titleStyle, TextStyle? contentStyle, String cancelText = "以后再说", TextStyle? cancelTextStyle, String okText = "", TextStyle? okTextStyle, Color? progressBarColor, String iosAppId = "立即更新", VoidCallback? onCancel, VoidCallback? onOk, DownloadProgressCallback? downloadProgress, DownloadStatusChangeCallback? downloadStatusChange}) → dynamic