getRecord method
Get details about a record.
Implementation
Future<XRPCResponse<RecordViewDetail>> getRecord({
required AtUri uri,
String? cid,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetRecord(
uri: uri,
cid: cid,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);