create static method
Always throws on this platform.
Implementation
static Future<SseClientTransport> create({
required String serverUrl,
Map<String, String>? headers,
}) async {
throw McpError('Legacy SSE transport: $_unsupported');
}
Always throws on this platform.
static Future<SseClientTransport> create({
required String serverUrl,
Map<String, String>? headers,
}) async {
throw McpError('Legacy SSE transport: $_unsupported');
}