setCameraFocalLength method
Sets the focal length of the camera. Default value is 28.0.
Implementation
@override
Future setCameraFocalLength(double focalLength) {
// TODO: implement setCameraFocalLength
throw UnimplementedError();
}
Sets the focal length of the camera. Default value is 28.0.
@override
Future setCameraFocalLength(double focalLength) {
// TODO: implement setCameraFocalLength
throw UnimplementedError();
}