operator []= abstract method

void operator []=(
  1. String key,
  2. String? value
)

Sets a configuration value;

Implementation

void operator []=(String key, String? value);