onResonse method

RESULT onResonse(
  1. RESPONSE result
)

Converts the response result to the specified type RESULT.

Implementation

RESULT onResonse(RESPONSE result) {
  return result as RESULT;
}