discoverComponents_Pre method
Future<DiscoverComponentsResponse>
discoverComponents_Pre(
- ServiceCall call,
- Future<
DiscoverComponentsRequest> request
Implementation
$async.Future<$30.DiscoverComponentsResponse> discoverComponents_Pre($grpc.ServiceCall call, $async.Future<$30.DiscoverComponentsRequest> request) async {
return discoverComponents(call, await request);
}