AsyncStateException class

Implemented types

Constructors

AsyncStateException.errorContext({String exception = 'Context not found. Did you forget to add the AsyncState.observer in your navigatorObservers?'})
AsyncStateException.errorCustomLoaderMaterialBanner({String exception = 'If you use LoaderType.materialBanner, you need to pass a materialBanner widget as customLoader'})
AsyncStateException.errorCustomLoaderSnackbar({String exception = 'If you use LoaderType.snackBar, you need to pass a SnackBar widget as customLoader'})

Properties

exception String
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited