pop<T extends Object?> abstract method

void pop<T extends Object?>([
  1. T result
])

Removes the current Route from the stack of routes.

Modular.to.pop();

Implementation

void pop<T extends Object?>([T result]);