onResonse method

  1. @override
ParsedSmartContractRequest onResonse(
  1. Map<String, dynamic> result
)
override

Converts the response result to the specified type RESULT.

Implementation

@override
ParsedSmartContractRequest onResonse(result) {
  return ParsedSmartContractRequest.fromJson(result, _fragment);
}