ls method

Future<List<Link>> ls(
  1. String cid
)

Returns a Future that resolves to a List of Links representing the contents of an IPFS directory.

Implementation

Future<List<Link>> ls(String cid) => _contentManager.ls(cid);