Retrieves a stored string value.
static Future<String?> getString(String key) async { return _sharedPreferences.getString(key); }