pop<T> abstract method

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

Navigation.pop is used to navigate back to the previous screen

Implementation

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