ReactiveNotifier<T> constructor

ReactiveNotifier<T>(
  1. Stream<T> stream
)

Implementation

ReactiveNotifier(this.stream);