onWebViewCreated property
void Function(T controller)?
onWebViewCreated
final
Event fired when the WebView
is created.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Web
- Windows
Implementation
final void Function(T controller)? onWebViewCreated;