Returns the title of the currently loaded page.
Future<String?> getTitle() { return _webViewPlatformController.getTitle(); }