get abstract method

Object? get(
  1. String key
)

Get a value from the key/value store

Implementation

Object? get(String key);