onLoad property

Stream<Event> onLoad
@DocsEditable(), @DomName('Window.onload')

Stream of load events handled by this Window.

Implementation

@DomName('Window.onload')
@DocsEditable()
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);