onTitleChanged method

  1. @override
void onTitleChanged(
  1. String? title
)
override

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

@override
void onTitleChanged(String? title) {}