handleUnauthorizedError static method
void
handleUnauthorizedError()
Implementation
static void handleUnauthorizedError() {
if (_onUnauthorizedCallback != null) {
_onUnauthorizedCallback!();
}
}
static void handleUnauthorizedError() {
if (_onUnauthorizedCallback != null) {
_onUnauthorizedCallback!();
}
}