pop method Null safety

void pop()

Pop the top page off the Navigator's page stack by calling Navigator.pop.

Implementation

void pop() => GoRouter.of(this).pop();