deleteCallMatcher method

ResponseFuture<Empty> deleteCallMatcher(
  1. DeleteCallMatcherRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.Empty> deleteCallMatcher(
    $12.DeleteCallMatcherRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$deleteCallMatcher, request, options: options);
}