onResonse method
RESULT
onResonse(
- RESPONSE result
Converts the response result to the specified type RESULT.
Implementation
RESULT onResonse(RESPONSE result) {
return result as RESULT;
}
Converts the response result to the specified type RESULT.
RESULT onResonse(RESPONSE result) {
return result as RESULT;
}