redo method
void
redo()
Re-perform this object change after an undo(). canRedo() must be true for this method to have any effect.
Implementation
void redo() {
_i4.callMethod(
this,
'redo',
[],
);
}
Re-perform this object change after an undo(). canRedo() must be true for this method to have any effect.
void redo() {
_i4.callMethod(
this,
'redo',
[],
);
}