Callback used to accept or reject a value of a config when it is set. Return true to reject the value, and false to accept it.
bool onSetConfig(String name, dynamic value) => false;