currentElement function
Provides a way to get the currently open element.
Returns the currently open element.
Implementation
Element currentElement() => _incDom.callMethod('currentElement') as Element;
Provides a way to get the currently open element.
Returns the currently open element.
Element currentElement() => _incDom.callMethod('currentElement') as Element;