Returns a Future that resolves to the raw content associated with the given cid.
cid
This is an alias for get.
Future<Uint8List?> cat(String cid) async => get(cid);