containsKey method

bool containsKey(
  1. String key
)

Returns true if the persistent storage contains the given key.

Implementation

bool containsKey(String key) => _preferenceCache.containsKey(key);