getDetectionsFromCamera_Pre method

Future<GetDetectionsFromCameraResponse> getDetectionsFromCamera_Pre(
  1. ServiceCall call,
  2. Future<GetDetectionsFromCameraRequest> request
)

Implementation

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