getDetectionsFromCamera_Pre method

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

Implementation

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