setCamera method
- CameraOptions cameraOptions
Set the current state of the snapshotter camera.
Implementation
Future<void> setCamera(CameraOptions cameraOptions) =>
_snapshotterMessenger.setCamera(cameraOptions);
Set the current state of the snapshotter camera.
Future<void> setCamera(CameraOptions cameraOptions) =>
_snapshotterMessenger.setCamera(cameraOptions);