SDKsFlutter
Retrieve the unhandled group-application count
Retrieve the number of unhandled Flutter group applications after a specified time.
final count = await OpenIM.iMManager.groupManager
.getGroupApplicationUnhandledCount(
GetGroupApplicationUnhandledCountReq(time: 0),
);This query returns a snapshot only and does not change application state.
Was this page helpful?