menu
atom_notifier package
documentation
interfaces.dart
IterableAtom<T>
addAll abstract method
addAll abstract method
dark_mode
light_mode
addAll
abstract method
void
addAll
(
Iterable
<
T
>
values
)
Adds all values to the iterable atom
Implementation
void addAll(Iterable<T> values);
atom_notifier package
documentation
interfaces
IterableAtom<T>
addAll abstract method
IterableAtom class