ServerSentEventCache constructor
ServerSentEventCache(
- ServerSentEvent cache,
- String reqUrl
Implementation
ServerSentEventCache(this.cache, this.reqUrl) {
timeStamp = DateTime.now().microsecondsSinceEpoch;
}