responseStream property

StreamController<NwcResponse> responseStream
getter/setter pair

Implementation

StreamController<NwcResponse> responseStream =
    StreamController<NwcResponse>.broadcast();