value abstract method

Future<Map<String, dynamic>?> value(
  1. String key
)

Retrieves the data located at key or null if a cache miss occurs.

Implementation

Future<Map<String, dynamic>?> value(String key);