onExitFullscreen property
void Function(T controller)?
onExitFullscreen
final
Event fired when the current page has exited full screen mode.
Official Android API: https://developer.android.com/reference/android/webkit/WebChromeClient#onHideCustomView()
Official iOS API: https://developer.apple.com/documentation/uikit/uiwindow/1621617-didbecomehiddennotification
Officially Supported Platforms/Implementations:
Implementation
final void Function(T controller)? onExitFullscreen;