init method

dynamic init()

Implementation

init() async {
  if (_preferences != null) return;
  _preferences = await SharedPreferences.getInstance();
}