onTitleChanged property

  1. @override
(void Function(InAppWebViewController controller, String? title)?) onTitleChanged
final

Event fired when a change in the document title occurred.

title represents the string containing the new title of the document.

NOTE for Web: this event will be called only if the iframe has the same origin.

Supported Platforms/Implementations:

Implementation

@override
final void Function(InAppWebViewController controller, String? title)?
    onTitleChanged;