Ver código fonte

1.添加缓存清楚方法

tags/0.0.9+9
“yanghuaxuan” 3 anos atrás
pai
commit
719a23283b
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      lib/util/shared_prefe_util.dart

+ 5
- 0
lib/util/shared_prefe_util.dart Ver arquivo

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

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

Carregando…
Cancelar
Salvar