Environment constructor
Environment({
- AndroidDevice? androidDevice,
- IosDevice? iosDevice,
Implementation
Environment({this.androidDevice, this.iosDevice});
Environment({this.androidDevice, this.iosDevice});