listCallMatchers method

ResponseFuture<ListCallMatchersResponse> listCallMatchers(
  1. ListCallMatchersRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.ListCallMatchersResponse> listCallMatchers(
    $12.ListCallMatchersRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listCallMatchers, request, options: options);
}