UiPlatform class
ui 平台配置
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
-
getEasyLoadingConfig(
) → EasyLoadingConfig -
getLogoPath(
) → String -
init(
String logoPath, {EasyLoadingConfig? easyLoadingConfig, MaterialHeader? materialHeader, }) → void - 初始化数据
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateLanguage(
{MaterialHeader? materialHeader, String? system}) → void - 切换语言调用,如果里面有string资源需要重新加载
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- get → UiPlatform
-
提供静态获取方法
no setter