SafeBrowsingResponse constructor
- SafeBrowsingResponseAction? action,
- bool report = true,
Implementation
SafeBrowsingResponse({SafeBrowsingResponseAction? action, this.report = true})
: action = action ?? SafeBrowsingResponseAction.SHOW_INTERSTITIAL;