menu
atom_notifier package
documentation
interfaces.dart
IterableAtom<T>
add abstract method
add abstract method
dark_mode
light_mode
add
abstract method
void
add
(
T
value
)
Adds a value to the iterable atom
Implementation
void add(T value);
atom_notifier package
documentation
interfaces
IterableAtom<T>
add abstract method
IterableAtom class