Future<void> setAuthToken(String apiAuthToken) async { await SessionManagerMethods.setString(authToken, apiAuthToken); }