clear method

  1. @override
void clear()

Removes the contents of a tag.

Implementation

@override
void clear() => element = _element.clone(false);