removeHumanPhone method

ResponseFuture<RemoveHumanPhoneResponse> removeHumanPhone(
  1. RemoveHumanPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveHumanPhoneResponse> removeHumanPhone(
    $1.RemoveHumanPhoneRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeHumanPhone, request, options: options);
}