UpdateUtils class

author:lx date:2021-0126 descr:根据蒲公英上面的api版本路径,获取版本更新

Constructors

UpdateUtils()

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

popDialog(bool needForceUpdate, String buildVersionNo, String buildVersion, String buildUpdateDescription, String buildName, double? buildFileSize, String downloadURL, String packageName, BuildContext context) → void