createCallMatcher method

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

Implementation

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