logError method
Logs an error that occurred during parsing of response data.
erroris the error that occurred.stackTraceis the stack trace of the error.optionsare the options that were used to make the request.responseis the response that was received.
Implementation
@override
void logError(Object error, StackTrace stackTrace, RequestOptions options) {
log('PlacesAPINew/CustomParseErrorLogger => Error: $error\nStackTrace: $stackTrace\nOptions: $options');
}