@override Future<void> setBool(String key, bool value) async { await _ensureInitialized(); await _prefs!.setBool(key, value); }