Sfoglia il codice sorgente

1.添加缓存清楚方法

tags/0.0.9+9
“yanghuaxuan” 3 anni fa
parent
commit
719a23283b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      lib/util/shared_prefe_util.dart

+ 5
- 0
lib/util/shared_prefe_util.dart Vedi File

@@ -49,4 +49,9 @@ class SharedPreferencesUtil {
}
return defaultVal;
}

static Future<bool> clean() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
return await prefs.clear();
}
}

Caricamento…
Annulla
Salva