ErrorManager mixin
- Superclass constraints
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLogCurl ↔ bool
-
getter/setter pairinherited
- isLogEnabled ↔ bool
-
getter/setter pairinherited
- isShowNormalError ↔ bool
-
getter/setter pair
- isShowUIError ↔ bool
-
getter/setter pair
-
models
↔ List<
BaseModel> -
getter/setter pairinherited
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saveManager ↔ SaveManager
-
getter/setter pairinherited
Methods
-
addErrorListener(
OnErrorModelChanged listener) → void -
addNormalError(
dynamic error, StackTrace stackTrace) → dynamic -
addOnNewErrorFiredListener(
OnNewError listener) → void -
addUIError(
FlutterErrorDetails error) → dynamic -
initErrorManager(
) → dynamic -
listenFlutterError(
OnNewError? onError) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeError(
ErrorModel model) → dynamic -
removeErrorListener(
OnErrorModelChanged listener) → void -
removeOnNewErrorFiredListener(
OnNewError listener) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- isShowNormalErrorKey → const String
- isShowUIErrorKey → const String