static Future setKeyChangeFlag(bool change) async { await _preferences.setBool("$prefix${Constants.package}change.flag", change); }