put bool. 存储sp中key的布尔值
static Future<bool> putBool(String key, bool value) => _prefs.setBool(key, value);