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