parseSetWifiConfigResponse static method
Implementation
static Future<ScpResponseSetWifiConfig> parseSetWifiConfigResponse(
var response, String password) async {
return await ScpResponseSetWifiConfig.fromJson(
jsonDecode(response),
password,
);
}