set static method
Sets a runtime override for a configuration key.
Implementation
static void set(String key, dynamic value) {
_overrides[key] = value.toString();
}
Sets a runtime override for a configuration key.
static void set(String key, dynamic value) {
_overrides[key] = value.toString();
}