onSuperTeamUpdate property Null safety

Stream<List<NIMSuperTeam>> onSuperTeamUpdate

Listen to the changes of the group profile.

Implementation

Stream<List<NIMSuperTeam>> get onSuperTeamUpdate =>
    SuperTeamServicePlatform.instance.onSuperTeamUpdate.stream;