onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
ParsedBroadcastTransactionResult onResonse(Map<String, dynamic> result) {
return ParsedBroadcastTransactionResult.fromJson(result);
}
Converts the response result to the specified type RESULT
.
@override
ParsedBroadcastTransactionResult onResonse(Map<String, dynamic> result) {
return ParsedBroadcastTransactionResult.fromJson(result);
}