set abstract method

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

Allow to set the value into config values

Implementation

void set(String key, String? value);