containsKey abstract method

Future<bool> containsKey(
  1. K key
)

Checks if a key exists in the storage.

Implementation

Future<bool> containsKey(K key);