Returns the title of the currently loaded page.
Future<String?> getTitle() { throw UnimplementedError( 'getTitle is not implemented on the current platform', ); }