onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
ParsedSmartContractRequest onResonse(result) {
return ParsedSmartContractRequest.fromJson(result, _fragment);
}
Converts the response result to the specified type RESULT
.
@override
ParsedSmartContractRequest onResonse(result) {
return ParsedSmartContractRequest.fromJson(result, _fragment);
}