Returns a Future that resolves to a List of Links representing the contents of an IPFS directory.
Link
Future<List<Link>> ls(String cid) => _contentManager.ls(cid);