onWebViewCreated property

void Function(dynamic controller)? onWebViewCreated
finalinherited

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;