onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
List<String> onResonse(List<Map<String, dynamic>> result) {
return result.map<String>((e) => e["script_hash"]).toList();
}
Converts the response result to the specified type RESULT
.
@override
List<String> onResonse(List<Map<String, dynamic>> result) {
return result.map<String>((e) => e["script_hash"]).toList();
}