printCurrentPage method

Future<void> printCurrentPage()

Implementation

Future<void> printCurrentPage() async {
  jsWebView?.printCurrentPage();
}