SSEResponse constructor
SSEResponse({
- required ServerSentEvent event,
- bool removeCache = false,
- bool autoRemove = true,
- String reqUrl = "",
Implementation
SSEResponse(
{required this.event, this.removeCache = false, this.autoRemove = true, this.reqUrl = ""});