stopUpdatingCamera

abstract fun stopUpdatingCamera()

Indicates the current ViewportState is no longer responsible for updating the camera.

ViewportPlugin calls this method at the beginning of the transition out of this sate.

Implementations must stop updating the camera immediately and should typically cancel any ongoing animations that they started when this method is invoked.