initialize method

Future initialize()

Implementation

Future initialize() async {
  _prefs ??= await SharedPreferences.getInstance();
}