getPref static method

dynamic getPref()

Implementation

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