pop<T extends Object> method
Removes the current Route from the stack of routes.
Modular.to.pop();
Implementation
@override
void pop<T extends Object>([T? result]) => navigator.pop(result);
Removes the current Route from the stack of routes.
Modular.to.pop();
@override
void pop<T extends Object>([T? result]) => navigator.pop(result);