put string. 存储sp中key的字符串
static Future<bool> putString(String key, String value) => _prefs.setString(key, value);