pop<T> method

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

Forwards execution to Navigator.pop.

Implementation

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