onGetValue abstract method

Future<T> onGetValue(
  1. String k
)

Abstract method to retrieve the value associated with a key.

Implementation

Future<T> onGetValue(String k);