undo method

  1. @override
Future<void> undo(
  1. int textureId
)
override

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

Implementation

@override
Future<void> undo(int textureId) {
  return methodChannel.invokeMethod<void>('undo', _textureArgs(textureId));
}