enableLocalNotification property

bool get enableLocalNotification

Implementation

bool get enableLocalNotification => _enableLocalNotification;
set enableLocalNotification (bool value)

Implementation

set enableLocalNotification(bool value) {
  _enableLocalNotification = value;
  notifyListeners();
}