createCallMatcher method

ResponseFuture<CallMatcher> createCallMatcher(
  1. CreateCallMatcherRequest request, {
  2. CallOptions? options,
})

Implementation

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