OAuthWebViewScreen constructor
const
OAuthWebViewScreen({})
Implementation
const OAuthWebViewScreen({
Key? key,
required this.platform,
required this.authUrl,
required this.callbackUrlPattern,
this.onComplete,
this.username,
this.isGmail = false,
}) : super(key: key);