InternetCheckerConfig constructor
const
InternetCheckerConfig({})
Implementation
const InternetCheckerConfig({
this.lookupAddresses = const ['google.com', 'cloudflare.com', 'apple.com'],
this.timeout = const Duration(seconds: 3),
this.checkInterval = const Duration(seconds: 10),
});