Collection of custom StateNotifiers. Riverpod
/ StateNotifierProvider
or Provider
/ LocatorMixin
Notifiers:
Similar to ReplaySubject.
Keeps previous states as many as capacity allows. Has undo(), redo() methods.
Similar to Rx.debounce(). See docs: debounce()



