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