WebAutomatorConfig constructor

const WebAutomatorConfig({
  1. void logger(
    1. String
    )?,
})

Creates a new WebAutomatorConfig.

Implementation

const WebAutomatorConfig({void Function(String)? logger})
  : logger = logger ?? _defaultPrintLogger;