read method

Future<String?> read(
  1. String key
)

Implementation

Future<String?> read(String key) {
  return storage.read(key: key);
}