UrlChangeCallback typedef

UrlChangeCallback = void Function(UrlChange change)

Signature for callbacks that notify the host application of a change to the url of the web view.

Implementation

typedef UrlChangeCallback = void Function(UrlChange change);