redo method

void redo()

redo method to redo the changes in editor

Implementation

void redo() async {
  await _editorKey?.currentState?._redo();
}