menu
gokwik package
documentation
screens/cubit/root_cubit.dart
RootCubit
updateNotification method
updateNotification method
dark_mode
light_mode
updateNotification
method
void
updateNotification
(
bool
value
)
Implementation
void updateNotification(bool value) { emit(state.copyWith(notifications: value)); }
gokwik package
documentation
screens/cubit/root_cubit
RootCubit
updateNotification method
RootCubit class