currentUrl property

(Future<String?> Function()?) currentUrl
final

Returns the current url of the webview.

Note: This is only used for logging, and therefore is optional.

Implementation

final Future<String?> Function()? currentUrl;