updateHumanUser method
ResponseFuture<UpdateHumanUserResponse>
updateHumanUser(
- UpdateHumanUserRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateHumanUserResponse> updateHumanUser($0.UpdateHumanUserRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateHumanUser, request, options: options);
}