Future<List<String>> fetchAllBlockedContactIds() { return checkResult(ChatSDKEvent.fetchAllBlockedContactIds, () { return Client.getInstance.contactManager.fetchBlockIds(); }); }