소스 검색

1.添加缓存清楚方法

tags/0.0.9+9
“yanghuaxuan” 3 년 전
부모
커밋
719a23283b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +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();
}
}

불러오는 중...
취소
저장