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