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