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

Implementation

final void Function(T controller)? onWebViewCreated;