isUnauthorizedError abstract method

bool isUnauthorizedError(
  1. DioError error
)

check to see if error is from unauthorized call

Implementation

bool isUnauthorizedError(DioError error);