Browse SDKs · Flutter
SDKsFlutter

Leave a group

Leave an OpenIM group with the Flutter SDK.

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

Regular members and administrators can leave a group. The owner must transfer ownership first. Future completion and arrival of onJoinedGroupDeleted are separate stages. A historical conversation may remain after leaving.