ListenableAtom<T>.notifier constructor
ListenableAtom<T>.notifier (
- T value
Implementation
factory ListenableAtom.notifier(T value) => AtomNotifier(value);
factory ListenableAtom.notifier(T value) => AtomNotifier(value);