Attempt to read a value from the store. If the value does not exist, or could not be read, then return null.
Future<String?> read(String namespace, String key);