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