updateNotification method

void updateNotification(
  1. bool value
)

Implementation

void updateNotification(bool value) {
  emit(state.copyWith(notifications: value));
}