reset method
void
reset()
Resets the navigation state to the top level.
Implementation
void reset() {
_navigationStack.clear();
value = null;
}
Resets the navigation state to the top level.
void reset() {
_navigationStack.clear();
value = null;
}