parseResponse property

DateTime Function(Response)? parseResponse
final

A function to parse the response from the API endpoint (Web only).

Implementation

final DateTime Function(http.Response)? parseResponse;