onTeamListRemove property

StreamController<List<NIMTeam>> onTeamListRemove
final

Implementation

final StreamController<List<NIMTeam>> onTeamListRemove =
    StreamController<List<NIMTeam>>.broadcast();