startNewAuthRequestCycle method
Increases the lifecycle count before making request to block changes made from the old request.
Implementation
@protected
int startNewAuthRequestCycle() => ++_authRequestLifeCycle;
Increases the lifecycle count before making request to block changes made from the old request.
@protected
int startNewAuthRequestCycle() => ++_authRequestLifeCycle;