Future<String> loadObject(String key) async { final sharedPrefs = await _instance; return sharedPrefs.preferences.getString(key)!; }