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