Creates a new SseClient connected to the server at serverUri.
serverUri
factory SseClient({ required Uri serverUri, http.Client? httpClient, String? clientId, }) = SseClientPlatform;