menu
youui package
documentation
components/oauth-web-login.dart
WebOauthWindow
WebOauthWindow.new const constructor
WebOauthWindow.new const constructor
dark_mode
light_mode
WebOauthWindow
constructor
const
WebOauthWindow
(
{
Key
?
key
,
required
String
oauthUrl
,
})
Implementation
const WebOauthWindow({Key? key, required this.oauthUrl}) : super(key: key);
youui package
documentation
components/oauth-web-login
WebOauthWindow
WebOauthWindow.new const constructor
WebOauthWindow class