Browse SDKs · Flutter
SDKsFlutter

Dismiss a group

Dismiss an OpenIM group as its owner with the Flutter SDK.

Copy
await OpenIM.iMManager.groupManager.dismissGroup(groupID: groupID);

Only the group owner can dismiss the group. A successful Future means that the request completed; use onGroupDismissed to synchronize other views. Dismissing a group is different from hiding or deleting a conversation.