Browse SDKs · Flutter
SDKsFlutter

Retrieve the unhandled group-application count

Retrieve the number of unhandled Flutter group applications after a specified time.

Copy
final count = await OpenIM.iMManager.groupManager
    .getGroupApplicationUnhandledCount(
  GetGroupApplicationUnhandledCountReq(time: 0),
);

This query returns a snapshot only and does not change application state.