EventStreamDecoder constructor

EventStreamDecoder({
  1. String? origin,
  2. void onReceivedTimeout(
    1. Duration timeout
    )?,
})

Implementation

EventStreamDecoder({this.origin, this.onReceivedTimeout});