read method

KeyValueEntity? read(
  1. String key
)

Implementation

KeyValueEntity? read(String key) {
  return read(key);
}