ValidateStatus typedef

ValidateStatus = bool Function(int? status)

The type of a response status code validate callback.

Implementation

typedef ValidateStatus = bool Function(int? status);