updateGlobalUserState method

Future<RawV4ProfileData> updateGlobalUserState()

Implementation

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