init method

dynamic init()

Implementation

init() async {
  if (_instance == null) _instance = await SharedPreferences.getInstance();
}