createImageCaptureOutput method
Create an instance of ImageCaptureOutput.
A platform implementation of PenguinCameraPlatform should implement a class of ImageCaptureOutput and return it here.
Implementation
@override
ImageCaptureOutput createImageCaptureOutput() {
return ImageCaptureOutput();
}