getTitle method

Future<String?> getTitle()

The title of the currently loaded page.

Implementation

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