createImageCaptureOutput method Null safety
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();
}