createCallMatcher method
ResponseFuture<CallMatcher>
createCallMatcher(
- CreateCallMatcherRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$11.CallMatcher> createCallMatcher(
$11.CreateCallMatcherRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$createCallMatcher, request, options: options);
}