setAllowsNotifications method

dynamic setAllowsNotifications(
  1. bool value
)

Implementation

setAllowsNotifications(bool value) {
  _allowsNotifications = value;
  sharedPreferences.setBool("notification", value);
  update();
}