deleteCallMatcher method
ResponseFuture<Empty>
deleteCallMatcher(
- DeleteCallMatcherRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.Empty> deleteCallMatcher(
$11.DeleteCallMatcherRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$deleteCallMatcher, request, options: options);
}