EnvironmentConfig constructor

EnvironmentConfig({
  1. ExecutionConfig? executionConfig,
  2. PeripheralsConfig? peripheralsConfig,
})

Implementation

EnvironmentConfig({
  this.executionConfig,
  this.peripheralsConfig,
});