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