@override Future<bool> containsKey(String key) async { await _ensureInitialized(); return _prefs!.containsKey(key); }