onSuperTeamUpdate property Null safety

StreamController<List<NIMSuperTeam>> onSuperTeamUpdate
final

Listen to changes of a group profile

Implementation

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