ReactiveNotifier<T> constructor
ReactiveNotifier<T> ()
Implementation
ReactiveNotifier() {
notifyChange = oneCallTask(notifyListeners);
}
ReactiveNotifier() {
notifyChange = oneCallTask(notifyListeners);
}