get method
Implementation
Future<XRPCResponse<RepoGetRecordOutput>> get({
required String repo,
String rkey = 'self',
String? cid,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoRepoGetRecord(
repo: repo,
collection: ids.appBskyNotificationDeclaration,
rkey: rkey,
cid: cid,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);