redo method

Future<void> redo(
  1. int textureId
)

Reapplies the next edit-model snapshot after an undo.

Implementation

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