describeServer method
Implementation
Future<core.XRPCResponse<ServerInfo>> describeServer({
Map<String, String>? headers,
}) async =>
await _ctx.get(
ns.comAtprotoServerDescribeServer,
headers: headers,
to: ServerInfo.fromJson,
);