patchUser method

ResponseFuture<PatchUserResponse> patchUser(
  1. PatchUserRequest request, {
  2. CallOptions? options,
})

Patch a user

Patch an existing user with data based on a user schema.

Implementation

$grpc.ResponseFuture<$0.PatchUserResponse> patchUser(
  $0.PatchUserRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$patchUser, request, options: options);
}