menu
atom_notifier package
documentation
atom_list.dart
IterableAtomNotifier<T>
add method
add method
dark_mode
light_mode
add
method
@
override
void
add
(
T
value
)
override
Adds a value to the iterable atom
Implementation
@override void add(T value) { set([ ...this.value, value, ]); }
atom_notifier package
documentation
atom_list
IterableAtomNotifier<T>
add method
IterableAtomNotifier class