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