SseChannel.connect constructor

SseChannel.connect(
  1. Uri url
)

Implementation

factory SseChannel.connect(Uri url) => platform.connect(url);