PackageUtil class
获取应用信息
Constructors
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 Properties
- appName → String
-
应用名称
no setter
- buildNumber → String
-
应用运行版本
no setter
- buildSignature → String
-
应用签名
no setter
- bundleIdentifier → String
-
应用唯一标识
no setter
- version → String
-
应用版本
no setter
Static Methods
-
initPlatformState(
) → Future< void>