init static method

dynamic init()

初始化(一次)

Implementation

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