init static method

Future init()

Implementation

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