LoadingType class abstract

The type of the emitted loading when the provider has a running process in it.

Constructors

LoadingType()

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

Constants

fullScreenLoading → const int
A fullscreen loading will use the onShowFullScreenLoadingDialog and onHideFullScreenLoadingDialog in which they should be implemented in order to show and hide a custom fullscreen loading dialog.
none → const int
stateLoading → const int
A state loading will set the state of the provider to loading, which then can be used to see of the provider is loading or not.