setCamera method

Future<void> setCamera(
  1. CameraOptions cameraOptions
)

Set the current state of the snapshotter camera.

Implementation

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