canPop method
Whether this route can be popped.
Override to prevent popping (e.g., for routes with unsaved changes).
Implementation
bool canPop() => true;
Whether this route can be popped.
Override to prevent popping (e.g., for routes with unsaved changes).
bool canPop() => true;