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