unpin method

Future<bool> unpin(
  1. String cid
)

Returns a Future that resolves to true if the given cid was successfully unpinned from IPFS.

Implementation

Future<bool> unpin(String cid) => _contentManager.unpin(cid);