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