onTeamListUpdate property

StreamController<List<NIMTeam>> onTeamListUpdate
final

Implementation

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