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