parseNvcnResponse static method
Implementation
static Future<ScpResponseFetchNvcn> parseNvcnResponse(var response) async {
return await ScpResponseFetchNvcn.fromJson(
jsonDecode(response),
);
}
static Future<ScpResponseFetchNvcn> parseNvcnResponse(var response) async {
return await ScpResponseFetchNvcn.fromJson(
jsonDecode(response),
);
}