persist abstract method

Future<S?> persist(
  1. String key,
  2. S value
)

Persits the value for the given key.

Implementation

Future<S?> persist(String key, S value);