exitTest method
Pops the route until we get to the first afib test screen.
Implementation
AFRouteStateSegments exitTest() {
final popCount = this.popCountToRoot;
return popN(popCount, null);
}
Pops the route until we get to the first afib test screen.
AFRouteStateSegments exitTest() {
final popCount = this.popCountToRoot;
return popN(popCount, null);
}