gives list of AtContact
AtContact
Future<List<AtContact>?> fetchContactList() async { return await ContactService().fetchContacts(); }