menu
xcloudsdk_flutter package
documentation
model/wifi_config.dart
WifiConfig
WifiConfig.new const constructor
WifiConfig.new const constructor
dark_mode
light_mode
WifiConfig
constructor
const
WifiConfig
(
{
String
?
ssid
,
String
?
wifiPwd
,
int
?
pwdType
,
DHCPInfo
?
dhcpInfo
,
int
?
timeOut
=
20000
,
})
Implementation
const WifiConfig( {this.ssid, this.wifiPwd, this.pwdType, this.dhcpInfo, this.timeOut = 20000});
xcloudsdk_flutter package
documentation
model/wifi_config
WifiConfig
WifiConfig.new const constructor
WifiConfig class