listCallMatchers method

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

Implementation

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