OAuthWebScreen constructor

OAuthWebScreen({
  1. Key? key,
  2. GlobalKey<OAuthWebViewState>? globalKey,
  3. required OAuthConfiguration configuration,
})

Implementation

OAuthWebScreen({
  super.key,
  GlobalKey<OAuthWebViewState>? globalKey,
  required this.configuration,
}) : globalKey = globalKey ?? GlobalKey<OAuthWebViewState>();