set abstract method

void set(
  1. String key,
  2. String? value
)

Sets a configuration value for the specified key.

Implementation

void set(String key, String? value);