clear method

Future<void> clear()

Clear the content of a text element.

Implementation

Future<void> clear() => _client.send(_handler.element.buildClearRequest(id),
    _handler.element.parseClearResponse);