clear method
Clear the content of a text element.
Implementation
Future<void> clear() => _client.send(_handler.element.buildClearRequest(id),
_handler.element.parseClearResponse);
Clear the content of a text element.
Future<void> clear() => _client.send(_handler.element.buildClearRequest(id),
_handler.element.parseClearResponse);