Restores the previous edit-model snapshot for the loaded timeline.
@override Future<void> undo(int textureId) { return methodChannel.invokeMethod<void>('undo', _textureArgs(textureId)); }