pop<T> abstract method

void pop<T>([
  1. T? value
])

Removes the top-most route from the stack.

Works with routes pushed with flutter's Navigator too.

Implementation

void pop<T>([T? value]);