createImageCaptureOutput method

ImageCaptureOutput createImageCaptureOutput()

Create an instance of ImageCaptureOutput.

A platform implementation of PenguinCameraPlatform should implement a class of ImageCaptureOutput and return it here.

Implementation

ImageCaptureOutput createImageCaptureOutput() {
  throw UnimplementedError();
}