pop<T> method

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

Navigation shortcuts.

Implementation

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