clearTextAndSelection method

  1. @override
void clearTextAndSelection()
override

Clears the text, selection, composing attributions, and composing region.

Implementation

@override
void clearTextAndSelection() {
  _realController.clearTextAndSelection();
}