discoverBatch_Pre method

Future<DiscoverBatchResponse> discoverBatch_Pre(
  1. ServiceCall $call,
  2. Future<DiscoverBatchPoints> $request
)

Implementation

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