Abstract method to set the value for a key.
@override Future<void> onSetValue(String k, T value) => setter(k, value);