menu
journify_flutter package
documentation
journify.dart
NotifierImpl<T>
set method
set method
dark_mode
light_mode
set
method
void
set
(
T
updateType
)
Implementation
void set(T updateType) { state = updateType; }
journify_flutter package
documentation
journify
NotifierImpl<T>
set method
NotifierImpl class