responseInterpreter property

ResponseInterpreterCallback? responseInterpreter
final

A custom function used to interpret the response of the remote server while fetching. It defaults to return the Response.bodyBytes property.

Implementation

final ResponseInterpreterCallback? responseInterpreter;