resolveLexicon method
Resolves an atproto lexicon (NSID) to a schema.
Implementation
Future<XRPCResponse<LexiconResolveLexiconOutput>> resolveLexicon({
required String nsid,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoLexiconResolveLexicon(
nsid: nsid,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);