response property

Provides public access to the stream of search responses.

Enables subscribers to listen to and react to the search responses of the encapsulated units.

Implementation

Stream<MultiSearchResponse> get response => _responseStream.stream;