getHtmlTitleAndIcon property

  1. @Doc(message: '获取网页的标题和icon')
Future<HtmlTitleAndIconModel> getHtmlTitleAndIcon

Implementation

@Doc(message: '获取网页的标题和icon')
Future<HtmlTitleAndIconModel> get getHtmlTitleAndIcon async {
  return _StringUtil.getHtmlTitleAndIcon(this);
}