updateGlobalUserState method
Implementation
Future<AccountSummaryResponse> updateGlobalUserState() async {
return then((value) => value.updateGlobalUserState());
}
Future<AccountSummaryResponse> updateGlobalUserState() async {
return then((value) => value.updateGlobalUserState());
}