setCameraFocalLength method

  1. @override
Future setCameraFocalLength(
  1. double focalLength
)
override

Sets the focal length of the camera. Default value is 28.0.

Implementation

@override
Future setCameraFocalLength(double focalLength) {
  // TODO: implement setCameraFocalLength
  throw UnimplementedError();
}