setPushNotifications method

Future<void> setPushNotifications(
  1. bool enabled
)

Implementation

Future<void> setPushNotifications(bool enabled) async => setValue(AppConstants.pushNotificationsKey, enabled.toString());