dispose method
Implementation
@override
void dispose()
{
// dispose of tip model
tipModel?.dispose();
// dispose of animations
animations?.forEach((animation) => animation.dispose());
super.dispose();
}
@override
void dispose()
{
// dispose of tip model
tipModel?.dispose();
// dispose of animations
animations?.forEach((animation) => animation.dispose());
super.dispose();
}