onFullscreenError property
Stream of fullscreenerror
events handled by this Document.
Implementation
Stream<Event> get onFullscreenError =>
Element.fullscreenErrorEvent.forTarget(this);
Stream of fullscreenerror
events handled by this Document.
Stream<Event> get onFullscreenError =>
Element.fullscreenErrorEvent.forTarget(this);