containsKey abstract method

Future<bool> containsKey(
  1. Key key, [
  2. Options? options
])

Returns a future complete with value true if the persistent storage contains the given key.

Implementation

Future<bool> containsKey(Key key, [Options? options]);