AppConfig class

Constructors

AppConfig({String? appId, String? appSecret, String? appChannel, String? crashlyticsDomain, Size? designSize, Color? statusBarColor, LogConfig? logConfig, ToastTheme? toastTheme, LoadingTheme? loadingTheme, ErrorWidgetBuilder? errorWidgetBuilder, Map<String, dynamic> extra = const {}})
const

Properties

appChannel String?
final
appId String?
final
appSecret String?
final
crashlyticsDomain String?
崩溃日志上传地址
final
designSize Size?
final
errorWidgetBuilder ErrorWidgetBuilder?
final
extra Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
loadingTheme LoadingTheme?
final
logConfig LogConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusBarColor Color?
final
toastTheme ToastTheme?
final

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