get abstract method

Future get(
  1. String key
)

Retrieves a value from the cache.

Implementation

Future<dynamic> get(String key);