pop method

  1. @override
void pop()
override

Removes the current route from the navigation stack

Implementation

@override
void pop() => dispatch!(NavigateAction.pop());