get abstract method

Future get(
  1. String key
)

The method get it's the type Future and receive the param key it`s the type String

Implementation

Future get(String key);