Returns a Future that completes when the given cid is pinned to prevent it from being garbage collected.
cid
Future<void> pin(String cid) => _contentManager.pin(cid);