Future<List<String>> fetchGroupAllowList(String groupId) { return checkResult(ChatSDKEvent.fetchGroupAllowList, () { return Client.getInstance.groupManager.fetchAllowListFromServer(groupId); }); }