onWindowFocus method
Event fired when the JavaScript window
object of the WebView has received focus.
This is the result of the focus
javascript event applied to the window
object.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
Implementation
@override
void onWindowFocus() {}