OAuthWebView constructor

const OAuthWebView({
  1. Key? key,
  2. required OAuthConfiguration configuration,
})

Implementation

const OAuthWebView({
  super.key,
  required OAuthConfiguration super.configuration,
}) : _configuration = configuration;