connect function
Creates a new Server Sent Events connection.
Implementation
SseChannel connect(Uri url,
{String? method,
String? body,
Map<String, String>? headers,
List<String>? events}) {
throw UnsupportedError('No implementation of the connect api provided');
}