outputSize abstract method

Future<Size?> outputSize()

The size in pixels retrieved by the output.

This should be called after setting AND awaiting CameraController.setControllerPreset. Otherwise, this value could return null. A null value indicates the output is using the default size.

Implementation

Future<Size?> outputSize();