pop static method
void
pop()
Pops the latest modal. If all modals are popped, the current route is popped.
Implementation
static void pop() => _state!._pop();
Pops the latest modal. If all modals are popped, the current route is popped.
static void pop() => _state!._pop();