FlWebViewDelegateWithGeolocationPermissionsShowPrompt typedef

FlWebViewDelegateWithGeolocationPermissionsShowPrompt = FutureOr<bool> Function(FlWebViewController controller, String? origin)

Implementation

typedef FlWebViewDelegateWithGeolocationPermissionsShowPrompt = FutureOr<bool>
    Function(FlWebViewController controller, String? origin);