static Future setNotificationVibration(bool vibration) async { await _preferences.setBool("$prefix${Constants.package}vibration", vibration); }