SDKsFlutter
Retrieve joined groups
Retrieve all groups joined by the current Flutter user.
final groups = await OpenIM.iMManager.groupManager.getJoinedGroupList();A successful Future returns the groups joined by the current user, not a public group directory. Use the paginated method for large lists.
Was this page helpful?