FlWebViewDelegateWithUrlCallback typedef

FlWebViewDelegateWithUrlCallback = void Function(FlWebViewController controller, String? url)

Implementation

typedef FlWebViewDelegateWithUrlCallback = void Function(
    FlWebViewController controller, String? url);