create static method
Future<SseHeartbeatClientTransport>
create({
- required String serverUrl,
- Map<
String, String> ? headers, - HeartbeatConfig? heartbeatConfig,
Always throws on this platform.
Implementation
static Future<SseHeartbeatClientTransport> create({
required String serverUrl,
Map<String, String>? headers,
HeartbeatConfig? heartbeatConfig,
}) async {
throw McpError(_unsupported);
}