undo method

Future<void> undo(
  1. int textureId
)

Restores the previous edit-model snapshot for the loaded timeline.

Implementation

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