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