Returns a Future that resolves to true if the given cid was successfully unpinned from IPFS.
true
cid
Future<bool> unpin(String cid) => _contentManager.unpin(cid);