SDKsFlutter
Search joined groups
Search locally synchronized groups joined by the current user with the OpenIM Flutter SDK.
final groups = await OpenIM.iMManager.groupManager.searchGroups(
keywordList: [keyword.trim()],
isSearchGroupID: true,
isSearchGroupName: true,
);This method searches only joined groups already synchronized locally. It is not a public group directory.
Was this page helpful?