Future<String> readRefreshToken() async { SharedPreferences mStorage = await getStorage(); return mStorage.getString(refreshToken) ?? ''; }