disableNotificationsDetails method

SafetyOptionDetails disableNotificationsDetails()

A SOD that for disabling local / remote notifications

Implementation

SafetyOptionDetails disableNotificationsDetails() {
  return SafetyOptionDetails(
      name: 'Disable notifications.',
      description:
          'Stops us from sending you push notifications that may show up on your phone / browser screen.',
      icon: Assets.paperplane,
      functionalityChange:
          'You will not receive push notifications from ${resourceValues.name}');
}