pause method

Future<void> pause()

Pauses the animation; the texture keeps its last rendered frame. Combine with VisibilityDetector to free CPU for off-screen items.

Implementation

Future<void> pause() => _invoke('pause');