SmartphoneDeviceManager constructor

SmartphoneDeviceManager([
  1. Smartphone? configuration
])

Implementation

SmartphoneDeviceManager([Smartphone? configuration])
  : super(Smartphone.DEVICE_TYPE, configuration: configuration);