update method

Implementation

UserUpdateQueryBuilder update() {
  return UserUpdateQueryBuilder(serviceLocator<UpdateUserUsecase>(), userId!);
}