undo method
void
undo()
undo method to undo the changes in editor
Implementation
void undo() async {
await _editorKey?.currentState?._undo();
}
undo method to undo the changes in editor
void undo() async {
await _editorKey?.currentState?._undo();
}