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