onResonse method
Converts a dynamic response to the generic type T
.
Implementation
@override
SupplyResponse onResonse(result) {
return SupplyResponse.fromJson(result);
}
Converts a dynamic response to the generic type T
.
@override
SupplyResponse onResonse(result) {
return SupplyResponse.fromJson(result);
}