initCache static method

dynamic initCache()

Implementation

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