Checks if a key exists in storage.
static bool containsKey(String key) { _ensureInitialized(); return _prefs!.containsKey(key); }