save method

void save()

Copy the content of the editor into the textarea.

Only available if the CodeMirror instance was created using the CodeMirror.fromTextArea constructor.

Implementation

void save() => call('save');