create static method

Future<SseHeartbeatClientTransport> create({
  1. required String serverUrl,
  2. Map<String, String>? headers,
  3. 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);
}