Returns a Future that resolves to the CAR file bytes for the given cid.
cid
Future<Uint8List> exportCAR(String cid) => _contentManager.exportCAR(cid);