update method

void update(
  1. String key,
  2. dynamic value
)

Implementation

void update(String key, dynamic value) {
  _config[key] = value;
}