read abstract method

Future<String?> read(
  1. String namespace,
  2. String key
)

Attempt to read a value from the store. If the value does not exist, or could not be read, then return null.

Implementation

Future<String?> read(String namespace, String key);