async_phase_notifier library

Classes

AsyncComplete<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has completed successfully.
AsyncError<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has resulted in an error.
AsyncInitial<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation has not been executed yet.
AsyncPhase<T extends Object?>
The base class for the classes that represent phases of an asynchronous operation.
AsyncPhaseListener<T>
AsyncPhaseNotifier<T extends Object?>
AsyncWaiting<T extends Object?>
A subclass of AsyncPhase representing the phase where an asynchronous operation is in progress.

Typedefs

RemoveListener = void Function()