captureAllFromCamera_Pre method
- ServiceCall call,
- Future<
CaptureAllFromCameraRequest> request
Implementation
$async.Future<$44.CaptureAllFromCameraResponse> captureAllFromCamera_Pre($grpc.ServiceCall call, $async.Future<$44.CaptureAllFromCameraRequest> request) async {
return captureAllFromCamera(call, await request);
}