addTextResponse method
Adds a text response to the stream.
Implementation
void addTextResponse(String response) {
_textResponseController.add(response);
}
Adds a text response to the stream.
void addTextResponse(String response) {
_textResponseController.add(response);
}