removeClip method

Future<void> removeClip(
  1. int textureId,
  2. int clipIndex
)

Removes the clip at clipIndex from the timeline.

Implementation

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