ServerSentEventCache constructor

ServerSentEventCache(
  1. ServerSentEvent cache,
  2. String reqUrl
)

Implementation

ServerSentEventCache(this.cache, this.reqUrl) {
  timeStamp = DateTime.now().microsecondsSinceEpoch;
}