initPrefs static method

dynamic initPrefs()

Implementation

static initPrefs() async {
  prefs ??= await SharedPreferences.getInstance();
}