pin method

Future<void> pin(
  1. String cid
)

Returns a Future that completes when the given cid is pinned to prevent it from being garbage collected.

Implementation

Future<void> pin(String cid) => _contentManager.pin(cid);