onSuperTeamRemove property Null safety

Stream<NIMSuperTeam> onSuperTeamRemove

Listen to the removal of the group.

Implementation

Stream<NIMSuperTeam> get onSuperTeamRemove =>
    SuperTeamServicePlatform.instance.onSuperTeamRemove.stream;