ReceivedHttpAuthResponse.cancel constructor

ReceivedHttpAuthResponse.cancel()

Implementation

factory ReceivedHttpAuthResponse.cancel() {
  return ReceivedHttpAuthResponse._(
    ReceivedHttpAuthResponseAction.cancel,
    null,
    null,
  );
}