stream_notifier library
Classes
-
EagerNotifierSubscription<
T> - An StreamSubscription for an StreamNotifier which emits the initial value, present or not.
-
NotifierSubscription<
T> - An StreamSubscription for an StreamNotifier which emits the following values only.
-
StreamNotifier<
T> - Wraps an Stream<T> and provides an value getter.