MobileAutomator constructor

MobileAutomator({
  1. required PlatformAutomator platform,
})

Creates a new MobileAutomator.

Implementation

MobileAutomator({required this.platform});