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