initPref static method

Future initPref()

Implementation

static Future initPref() async {
  _prefs = await SharedPreferences.getInstance();
}