resolveDNSLink method

Future<String> resolveDNSLink(
  1. 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);