onErrorStatusCode method

Future<void> onErrorStatusCode(
  1. int statusCode
)

Called when the endpoint returns a unsuccessful status code. See also successfulCondition.

Implementation

Future<void> onErrorStatusCode(int statusCode) async {}