retrieve abstract method

Future<S?> retrieve(
  1. String key
)

Retrieves the value for the given key.

Implementation

Future<S?> retrieve(String key);