Gets a string value from storage.
static String? getString(String key) { _ensureInitialized(); return _prefs!.getString(key); }