ShouldRevoke typedef

ShouldRevoke = bool Function(DioError error)

Function to decide when we should revoke the token depending on DioError

Implementation

typedef ShouldRevoke = bool Function(DioError error);