onFullscreenError property

ElementStream<Event> onFullscreenError

Stream of fullscreenerror events handled by this Element.

Implementation

ElementStream<Event> get onFullscreenError =>
    fullscreenErrorEvent.forElement(this);