encodeAnimation method

List<int>? encodeAnimation(
  1. Animation anim
)

Encode an animation. Not all formats support animation, and null will be returned if not.

Implementation

List<int>? encodeAnimation(Animation anim) => null;