getDetectionsFromCamera_Pre method
Future<GetDetectionsFromCameraResponse>
getDetectionsFromCamera_Pre(
- ServiceCall call,
- Future<
GetDetectionsFromCameraRequest> request
Implementation
$async.Future<$40.GetDetectionsFromCameraResponse> getDetectionsFromCamera_Pre($grpc.ServiceCall call, $async.Future<$40.GetDetectionsFromCameraRequest> request) async {
return getDetectionsFromCamera(call, await request);
}