get method

Future get(
  1. String key
)

Get value given a key

Implementation

Future get(String key) => send_object(["GET", key]);