setCamera method
- CameraOptions cameraOptions
Sets the camera to the given options.
Implementation
Future<void> setCamera(CameraOptions cameraOptions) =>
_impl.setCamera(cameraOptions);
Sets the camera to the given options.
Future<void> setCamera(CameraOptions cameraOptions) =>
_impl.setCamera(cameraOptions);