Retrieves a String value from storage.
static String? getString(String key) { return _prefs?.getString(key); }