getCheckout method

Future<XRPCResponse<Uint8List>> getCheckout({
  1. required String did,
  2. Map<String, String>? $headers,
  3. Map<String, String>? $unknown,
})

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,
);