moveClip method

Future<void> moveClip(
  1. int textureId,
  2. int fromIndex,
  3. int toIndex
)

Moves the clip at fromIndex to toIndex.

Implementation

Future<void> moveClip(int textureId, int fromIndex, int toIndex) {
  throw UnimplementedError('moveClip() has not been implemented.');
}