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