setCamera method

Future<void> setCamera(
  1. CameraOptions cameraOptions
)

Sets the camera to the given CameraOptions without animation.

Implementation

Future<void> setCamera(CameraOptions cameraOptions) =>
    _impl.setCamera(cameraOptions);