diff --git a/lib/src/rive_core/rive_animation_controller.dart b/lib/src/rive_core/rive_animation_controller.dart index 13b379c7..28ec2b7a 100644 --- a/lib/src/rive_core/rive_animation_controller.dart +++ b/lib/src/rive_core/rive_animation_controller.dart @@ -29,4 +29,5 @@ abstract class RiveAnimationController { bool init(T core) => true; void dispose() {} + void reset() {} }