resolveDNSLink method
- String domainName
Returns a Future that resolves to the CID corresponding to the given domainName via DNSLink.
Implementation
Future<String> resolveDNSLink(String domainName) =>
_protocolManager.resolveDNSLink(domainName);