parseResponse method
Method that parses the response from the server. This method will be invoked by DeekWebClient when a respones completes with the raw response data from the server, which you can use to parse it into .
Implementation
T? parseResponse(DeekWebHttpResponse response) => null;