isNotificationEnabled method

bool isNotificationEnabled()

Implementation

bool isNotificationEnabled() {
  return _settingsService.isNotificationEnabled();
}