getTitle method

Future<String?> getTitle()

Gets the title for the current page.

NOTE for Web: this method will have effect only if the iframe has the same origin.

Officially Supported Platforms/Implementations:

Implementation

Future<String?> getTitle() => platform.getTitle();