getTitle method

Future<String?> getTitle()
inherited

Returns the title of the currently loaded page.

Implementation

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