respStream method

Stream<BaseResp> respStream()

Implementation

Stream<BaseResp> respStream() {
  return _respStreamController.stream;
}