getCheckout method
DEPRECATED - please use com.atproto.sync.getRepo instead
Implementation
Future<XRPCResponse<Uint8List>> getCheckout({
required String did,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncGetCheckout(
did: did,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);