getTitle method

Future<String?> getTitle()

Implementation

Future<String?> getTitle() async {
  return jsWebView?.getTitle()?.toDart;
}