DesktopAutomator constructor

DesktopAutomator({
  1. DesktopAutomatorConfig config = const DesktopAutomatorConfig(),
})

Creates a new DesktopAutomator.

Implementation

DesktopAutomator({this.config = const DesktopAutomatorConfig()});