onReceivedHttpAuthRequest property

(FutureOr<ReceivedHttpAuthResponse> Function(WebViewController, HttpAuthChallenge)?) onReceivedHttpAuthRequest
final

Implementation

final FutureOr<ReceivedHttpAuthResponse> Function(
  WebViewController,
  HttpAuthChallenge,
)? onReceivedHttpAuthRequest;