shouldOpenNewWindow property

(bool Function(Uri url)?) shouldOpenNewWindow
getter/setter pair

if you want to use new webview to open some url, return true

Implementation

bool Function(Uri url)? shouldOpenNewWindow;