parseResponse abstract method

T parseResponse(
  1. dynamic json
)

Subclasses should implement this method to parse the response from the API. Is used in the request method.

Implementation

T parseResponse(dynamic json);