init method

Future<void> init()

初始化

Implementation

Future<void> init() async {
  _prefs = await SharedPreferences.getInstance();
}