init method

void init()

Implementation

void init() {
  fetchContacts();
  initListener();
  getIt<ContactProvider>().initListener();
}