getLatestCommit method
Get the current commit CID & revision of the specified repo. Does not require auth.
Implementation
Future<XRPCResponse<SyncGetLatestCommitOutput>> getLatestCommit({
required String did,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncGetLatestCommit(
did: did,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);