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