receivedStream property

  1. @override
Stream<T> get receivedStream

Implementation

@override
Stream<T> get receivedStream =>
    throw PheasantError(what: "Watcher can only have one stream");