setNotificationSound static method

Future setNotificationSound(
  1. bool sound
)

Implementation

static Future setNotificationSound(bool sound) async {
  await _preferences.setBool(
      "$prefix${Constants.package}notification_sound", sound);
}