getCameraFov abstract method

Future<double> getCameraFov(
  1. bool horizontal
)

Gets the field of view (in degrees).

Implementation

Future<double> getCameraFov(bool horizontal);