onFullscreenError property

Stream<Event> onFullscreenError

Stream of fullscreenerror events handled by this Document.

Implementation

Stream<Event> get onFullscreenError =>
    Element.fullscreenErrorEvent.forTarget(this);