static Future setMuteNotification(bool mute) async { await _preferences.setBool("${prefix}mute_notification", mute); }