containsKey method Null safety

Future<bool> containsKey(
  1. K key
)

Returns if an item is available in the cache by giving its key

Implementation

Future<bool> containsKey(K key);