get abstract method

Future<String> get(
  1. String key
)

Get a key's value.

Implementation

Future<String> get(String key);