setConfig function

void setConfig(
  1. Config config
)

Implementation

void setConfig(Config config) {
  _defaultConfig = config;
}