containsKey method

  1. @override
bool containsKey(
  1. String key
)
override

Returns true if the persistent storage contains the given key.

Implementation

@override
bool containsKey(String key) => _data.containsKey(key);