containsKey abstract method

Future<bool> containsKey(
  1. String key
)

Checks if the cache contains a value associated with the given key.

Returns true if the cache contains the key, false otherwise.

Implementation

Future<bool> containsKey(String key);