WiseConfig 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 Methods
-
getAuthToken(
) → String? - 获取AuthToken
-
getCurrency(
) → String - 获取币种
-
getRegion(
) → String - 获取地区偏好
-
removeAll(
) → dynamic - 删除所有偏好
-
removeAuthToken(
) → dynamic - 删除AuthToken
-
removeCurrency(
) → dynamic - 删除币种
-
removeRegion(
) → dynamic - 删除地区偏好
-
setAuthToken(
String token) → dynamic - 设置AuthToken
-
setCurrency(
String currencyCode) → dynamic - 设置币种
-
setRegion(
String regionCode) → dynamic - 设置地区偏好