createPreviewOutput method

PreviewOutput createPreviewOutput()

Create an instance of PreviewOutput.

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

Implementation

PreviewOutput createPreviewOutput() {
  throw UnimplementedError();
}