getAnimationDuration method
Returns the length (in seconds) of the animation at the given index.
Implementation
@override
Future<double> getAnimationDuration(
ThermionEntity entity, int animationIndex) {
// TODO: implement getAnimationDuration
throw UnimplementedError();
}