init static method

dynamic init()

Implementation

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