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