Returns a Future that resolves to the CID corresponding to the IPNS name.
name
Future<String> resolveIPNS(String name) => _protocolManager.resolveIPNS(name);