currentElement function

Element currentElement()

Provides a way to get the currently open element.

Returns the currently open element.

Implementation

Element currentElement() => _incDom.callMethod('currentElement') as Element;