Clear specific data
Future<bool> clearData({required String key}) async { await _ensureInitialized(); return await _sharedPreferences.remove(key); }