lookupAddressImpl method
Performs the actual DNS lookup for the given hostname
.
hostname
: The hostname to resolve.- Returns a list of resolved InternetAddress objects.
Implementation
Future<List<InternetAddress>> lookupAddressImpl(String hostname) =>
InternetAddress.lookup(hostname, type: InternetAddressType.any);