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