SDKsFlutter
Check group membership
Check whether the current user has joined a group with the OpenIM Flutter SDK.
final joined = await OpenIM.iMManager.groupManager.isJoinedGroup(
groupID: groupID,
);A successful Future returns the current membership snapshot. The query does not trigger the listener.
Was this page helpful?