exportCAR method

Future<Uint8List> exportCAR(
  1. String cid
)

Returns a Future that resolves to the CAR file bytes for the given cid.

Implementation

Future<Uint8List> exportCAR(String cid) => _contentManager.exportCAR(cid);