removeHumanPhone method

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

Implementation

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