Web implementation of DNS lookup.
Returns true by default since native DNS lookups are not supported in web browsers.
Future<bool> checkDomainExists(String host) async { return true; }