composedPath method
Implementation
@override
List<EventTarget> composedPath() =>
(_callMethod(_delegate, 'composedPath', []) as List).cast<EventTarget>();
@override
List<EventTarget> composedPath() =>
(_callMethod(_delegate, 'composedPath', []) as List).cast<EventTarget>();