onSetValue abstract method

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

Implementation

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