WebAutomatorConfig constructor
const
WebAutomatorConfig({
- void logger()?,
Creates a new WebAutomatorConfig.
Implementation
const WebAutomatorConfig({void Function(String)? logger})
: logger = logger ?? _defaultPrintLogger;