menu
atom_notifier package
documentation
interfaces.dart
Atom<T>
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
void
set
(
T
value
)
Sets a given value for this atom
Implementation
void set(T value);
atom_notifier package
documentation
interfaces
Atom<T>
set abstract method
Atom class