UnauthorizedResponseHandler typedef
UnauthorizedResponseHandler =
void Function({required HttpError httpError})
Implementation
typedef UnauthorizedResponseHandler = void Function({
required HttpError httpError,
});