onContentLoaded property - Window class - dart:html library (original) (raw)

description

Stream<Event> getonContentLoaded

Stream of contentloaded events handled by this Window.

Implementation

Stream<Event> get onContentLoaded => contentLoadedEvent.forTarget(this);