SseLineDecoder constructor

const SseLineDecoder({
  1. int maxLineLength = 1024 * 1024,
})

Implementation

const SseLineDecoder({this.maxLineLength = 1024 * 1024});