addTextResponse method

void addTextResponse(
  1. String response
)

Adds a text response to the stream.

Implementation

void addTextResponse(String response) {
  _textResponseController.add(response);
}