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