updateGlobalUserState method
Implementation
Future<RawV4ProfileData> updateGlobalUserState() async {
await globalUserState()
.updateState((userState) => userState.copyWith(rawV4Home: json));
return this;
}
Future<RawV4ProfileData> updateGlobalUserState() async {
await globalUserState()
.updateState((userState) => userState.copyWith(rawV4Home: json));
return this;
}