createCallMatcher_Pre method

Future<CallMatcher> createCallMatcher_Pre(
  1. ServiceCall call,
  2. Future<CreateCallMatcherRequest> request
)

Implementation

$async.Future<$11.CallMatcher> createCallMatcher_Pre($grpc.ServiceCall call,
    $async.Future<$11.CreateCallMatcherRequest> request) async {
  return createCallMatcher(call, await request);
}