onServiceResponseJson method
Implementation
@override
MsgScriptJSONResponse onServiceResponseJson(Map<String, dynamic> json) {
return MsgScriptJSONResponse.fromJson(json);
}
@override
MsgScriptJSONResponse onServiceResponseJson(Map<String, dynamic> json) {
return MsgScriptJSONResponse.fromJson(json);
}