Future<bool> deleteListObject(String key) async { final sharedPrefs = await _instance; return sharedPrefs.preferences.remove(key); }