getDetections_Pre method

Future<GetDetectionsResponse> getDetections_Pre(
  1. ServiceCall call,
  2. Future<GetDetectionsRequest> request
)

Implementation

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