getTitle method

Future<String?> getTitle()

Returns the title of the currently loaded page.

Implementation

Future<String?> getTitle() {
  throw UnimplementedError(
      "WebView getTitle is not implemented on the current platform");
}