Abstract method to retrieve the value associated with a key.
@override Future<T> onGetValue(String k) => getter(k);