cancelCameraAnimation method
Cancel the ongoing camera animation if there is one.
Implementation
Future<void> cancelCameraAnimation() =>
_animationManager.cancelCameraAnimation();
Cancel the ongoing camera animation if there is one.
Future<void> cancelCameraAnimation() =>
_animationManager.cancelCameraAnimation();