static String getPrefString(String key, {String defaultValue = Str.na}) { return prefs!.getString(key) ?? defaultValue; }