listCallMatchers_Pre method

Future<ListCallMatchersResponse> listCallMatchers_Pre(
  1. ServiceCall call,
  2. Future<ListCallMatchersRequest> request
)

Implementation

$async.Future<$11.ListCallMatchersResponse> listCallMatchers_Pre(
    $grpc.ServiceCall call,
    $async.Future<$11.ListCallMatchersRequest> request) async {
  return listCallMatchers(call, await request);
}