isNotificationEnabled method

bool isNotificationEnabled()

Implementation

bool isNotificationEnabled() {
  if (kDebugMode) {
    print('controller.isNotificationEnabled');
  }
  return _settingsService.isNotificationEnabled();
}