Browse SDKs · Flutter
SDKsFlutter

Retrieve joined groups

Retrieve all groups joined by the current Flutter user.

Copy
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.