Future<List<AtContact?>?> fetchContacts() async { var contactList = await ContactService().fetchContacts(); return contactList; }