patchUser method
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);
}