dismissTeam method Null safety
- String teamId
 
Disband the group. Only the group owner has permission for this operation. You can set the callback function to listen to the operation results.
Implementation
Future<NIMResult<void>> dismissTeam(String teamId) {
  return _platform.dismissTeam(teamId);
}