updateNotificationEnabled method

Future<void> updateNotificationEnabled(
  1. bool value
)

Implementation

Future<void> updateNotificationEnabled(bool value) async {
  await _settingsService.updateNotificationEnabled(value);
}