WhenCallback typedef

WhenCallback = FutureOr<bool> Function(BaseResponse response, int retryCount)

Implementation

typedef WhenCallback = FutureOr<bool> Function(
  BaseResponse response,
  int retryCount,
);