setLens method

Future<void> setLens(
  1. double zoomFactor
)

Snaps the active camera to the lens whose native zoom factor is zoomFactor.

Implementation

Future<void> setLens(double zoomFactor) =>
    _invoke('setLens', {'zoomFactor': zoomFactor});