onSuperTeamUpdate property

StreamController<List<NIMSuperTeam>> onSuperTeamUpdate
final

监听群资料变化

Implementation

//ignore: close_sinks
final StreamController<List<NIMSuperTeam>> onSuperTeamUpdate =
    StreamController<List<NIMSuperTeam>>.broadcast();