Stores a string value.
static Future<void> putString(String key, String value) async { await _sharedPreferences.setString(key, value); }