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