onTitleChanged method

void onTitleChanged(
  1. String? title
)

Event fired when a change in the document title occurred.

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

Officially Supported Platforms/Implementations:

Implementation

void onTitleChanged(String? title) {}