PreviewController constructor
PreviewController(
- CaptureSession captureSession
Construct a PreviewController.
Implementation
PreviewController(this.captureSession) {
_channel.$create$(this, $owner: true, captureSession: captureSession);
}