captureAllFromCamera_Pre method

Future<CaptureAllFromCameraResponse> captureAllFromCamera_Pre(
  1. ServiceCall call,
  2. Future<CaptureAllFromCameraRequest> request
)

Implementation

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