initCache static method
dynamic
initCache()
Implementation
static initCache() async {
sharedPreferences = await SharedPreferences.getInstance();
}
static initCache() async {
sharedPreferences = await SharedPreferences.getInstance();
}