pop<T> method

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

Simplifies Navigator.pop

Implementation

void pop<T>([T? result]) => Navigator.pop<T>(this, result);