Future<List<Contact>> fetchAllContacts() { return checkResult(ChatSDKEvent.fetchAllContacts, () { return Client.getInstance.contactManager.fetchAllContacts(); }); }