Clear data from the local cache 删除缓存
static Future<void> remove(String key) { return _preferences.remove(key); }