load method

dynamic load(
  1. String key
)

Implementation

dynamic load(final String key) {
  return storage.read(key);
}