PROCEED constant

HttpAuthResponseAction const PROCEED

Instructs the WebView to proceed with the authentication with the given credentials.

Implementation

static const PROCEED = HttpAuthResponseAction._internal(1, 1);