WifiDetectResponse.fromInt constructor
WifiDetectResponse.fromInt(
- int status
Implementation
factory WifiDetectResponse.fromInt(int status) {
return WifiDetectResponse._(status);
}
factory WifiDetectResponse.fromInt(int status) {
return WifiDetectResponse._(status);
}