searchTeamsByKeyword method Null safety
- String keyword
Users can search groups by keyword on the client. Query group IDs by group name. name: The group name. Returns the group list.
Implementation
Future<NIMResult<List<NIMTeam>>> searchTeamsByKeyword(String keyword) {
return _platform.searchTeamsByKeyword(keyword);
}