onReceivedServerTrustAuthRequest property

Future<ServerTrustAuthResponse?> Function(InAppWebViewController, URLAuthenticationChallenge)? onReceivedServerTrustAuthRequest
final

Implementation

final Future<ServerTrustAuthResponse?> Function(
        InAppWebViewController, URLAuthenticationChallenge)?
    onReceivedServerTrustAuthRequest;