getTitle method

Future<String?> getTitle()

Returns the title of the currently loaded page.

Implementation

Future<String?> getTitle() {
  return _webViewPlatformController.getTitle();
}