pop<T> abstract method

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

Pop the last route off the current screen And pass it an optional result.

Implementation

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