This website works better with JavaScript.
首頁
探索
說明
登入
flutter
/
zhiying_comm
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
95
Wiki
Activity
瀏覽代碼
1.添加缓存清楚方法
tags/0.0.9+9
“yanghuaxuan”
3 年之前
父節點
6549c54338
當前提交
719a23283b
共有
1 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
lib/util/shared_prefe_util.dart
+ 5
- 0
lib/util/shared_prefe_util.dart
查看文件
@@ -49,4 +49,9 @@ class SharedPreferencesUtil {
}
return defaultVal;
}
static Future<bool> clean() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
return await prefs.clear();
}
}
Write
Preview
Loading…
取消
儲存