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