setUserAnimationInProgress abstract method

Future<void> setUserAnimationInProgress(
  1. bool inProgress
)

Tells the rendering engine that a user-driven animation is in progress so symbol placement is more stable.

Implementation

Future<void> setUserAnimationInProgress(bool inProgress);