onSetValue abstract method

Future<void> onSetValue(
  1. String k,
  2. T value
)

Abstract method to set the value for a key.

Implementation

Future<void> onSetValue(String k, T value);