Snaps the active camera to the lens whose native zoom factor is zoomFactor.
zoomFactor
Future<void> setLens(double zoomFactor) => _invoke('setLens', {'zoomFactor': zoomFactor});