getDetections_Pre method
Future<GetDetectionsResponse>
getDetections_Pre(
- ServiceCall call,
- Future<
GetDetectionsRequest> request
Implementation
$async.Future<$40.GetDetectionsResponse> getDetections_Pre($grpc.ServiceCall call, $async.Future<$40.GetDetectionsRequest> request) async {
return getDetections(call, await request);
}