put string.
static Future<bool> putString(String key, String value) { return _prefs.setString(key, value); }