Future<String?> readString(String key) async { SharedPreferences mStorage = await getStorage(); return mStorage.getString(key); }