getAllowsNotifications method

dynamic getAllowsNotifications()

Implementation

getAllowsNotifications() {
  _allowsNotifications = sharedPreferences.getBool("notification") ?? true;
  update();
}