static Future setNotificationPopup(bool popup) async { await _preferences.setBool("$prefix${Constants.package}notification_popup", popup); }