stopAnimation method

  1. @override
Future stopAnimation(
  1. ThermionEntity entity,
  2. int animationIndex
)
override

Implementation

@override
Future stopAnimation(ThermionEntity entity, int animationIndex) {
  // TODO: implement stopAnimation
  throw UnimplementedError();
}