pop method

void pop()

Pops the latest modal. If all modals are popped, the current route is popped.

Implementation

void pop() => _navigatorState._pop();