Subscriber(List<String> topics, {this.hidden = false}) { _stc = StreamController(); _stc.onCancel = () { close(); }; subscribeMany(topics); }