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