getTitle method

Future<String?> getTitle()

Gets the title for the current page.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

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