Remove specific cached data
static Future<void> removeCachedData(String key) async { _ensureInitialized(); await _prefs!.remove(key); }