EventSource constructor
EventSource(
- StreamedResponse response
Default constructor.
Takes the HTTP-response that is to be streamed.
Implementation
EventSource(this.response);
Default constructor.
Takes the HTTP-response that is to be streamed.
EventSource(this.response);