hasForState method
Returns true if a timeout is specified for the specified state
.
Returns false otherwise.
Implementation
bool hasForState(RequestLifecycleState state) => forState(state) != null;
Returns true if a timeout is specified for the specified state
.
Returns false otherwise.
bool hasForState(RequestLifecycleState state) => forState(state) != null;