onLoad property - Window class - dart:html library (original) (raw)
override
Stream of load
events handled by this Window.
Implementation
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);
override
Stream of load
events handled by this Window.
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);