menu
youtube_player_iframe package
documentation
webview.dart
WebViewCredential
WebViewCredential.new const constructor
WebViewCredential.new const constructor
dark_mode
light_mode
WebViewCredential
constructor
const
WebViewCredential
(
{
required
String
user
,
required
String
password
,
})
Creates a
WebViewCredential
.
Implementation
const WebViewCredential({required this.user, required this.password});
youtube_player_iframe package
documentation
webview
WebViewCredential
WebViewCredential.new const constructor
WebViewCredential class