describeServer method
Describes the server's account creation requirements and capabilities. Implemented by PDS.
Implementation
Future<XRPCResponse<ServerDescribeServerOutput>> describeServer({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoServerDescribeServer(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);