pause method
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');
Pauses the animation; the texture keeps its last rendered frame.
Combine with VisibilityDetector to free CPU for off-screen items.
Future<void> pause() => _invoke('pause');