getWifiDetectType property
WifiDetectType
get
getWifiDetectType
Obtains the WifiDetectType of the wifiDetectStatus.
Implementation
WifiDetectType get getWifiDetectType {
try {
return WifiDetectType.values[_wifiDetectStatus];
} catch (_) {
throw ('Unsupported wifi detect status');
}
}