async_notifier library

Classes

AsyncNotifier<T>
A ValueNotifier<T> that listens to Future and Stream snapshot.
AsyncNotifierObserver
An interface for observing the behavior of AsyncNotifier instances.

Typedefs

AsyncListenable<T> = ValueListenable<AsyncSnapshot<T>>
Signature for a read-only AsyncSnapshot listener.