discoverBatch_Pre method
Future<DiscoverBatchResponse>
discoverBatch_Pre(
- ServiceCall $call,
- Future<
DiscoverBatchPoints> $request
Implementation
$async.Future<$4.DiscoverBatchResponse> discoverBatch_Pre($grpc.ServiceCall $call, $async.Future<$4.DiscoverBatchPoints> $request) async {
return discoverBatch($call, await $request);
}