clear method
- @override
- @Deprecated('This will be removed in a future release. Use clearText or clearTextAndSelection instead')
override
Clears the text, selection, composing attributions, and composing region.
Implementation
@override
@Deprecated('This will be removed in a future release. Use clearText or clearTextAndSelection instead')
void clear() {
// ignore: deprecated_member_use_from_same_package
_realController.clear();
}