pop method Null safety
Pop the top page off the Navigator's page stack by calling Navigator.pop.
Implementation
void pop() => GoRouter.of(this).pop();
Pop the top page off the Navigator's page stack by calling Navigator.pop.
void pop() => GoRouter.of(this).pop();