create static method
Future<SseAuthClientTransport>
create({
- required String serverUrl,
- Map<
String, String> ? headers, - OAuthToken? oauthToken,
- OAuthClient? oauthClient,
- String? bearerToken,
Always throws on this platform.
Implementation
static Future<SseAuthClientTransport> create({
required String serverUrl,
Map<String, String>? headers,
OAuthToken? oauthToken,
OAuthClient? oauthClient,
String? bearerToken,
}) async {
throw McpError(_unsupported);
}