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