getRepo method
Get details about a repository.
Implementation
Future<XRPCResponse<RepoViewDetail>> getRepo({
required String did,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetRepo(
did: did,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);