EnvironmentConfig constructor
EnvironmentConfig({
- ExecutionConfig? executionConfig,
- PeripheralsConfig? peripheralsConfig,
Implementation
EnvironmentConfig({
this.executionConfig,
this.peripheralsConfig,
});