onLoad property
override
Stream of load
events handled by this Window.
Implementation
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);
Stream of load
events handled by this Window.
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);