onFullscreenChange property
Stream<void>
get
onFullscreenChange
Stream of fullscreen change events. Returns an empty stream on non-web.
Implementation
static Stream<void> get onFullscreenChange => impl.onFullscreenChange();