updateGlobalUserState method

Future<RawV4ProfileData> updateGlobalUserState()

Implementation

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

  return this;
}