pop<T> method

void pop<T>({
  1. dynamic result,
})

Calls Navigator.pop with this BuildContext.

Implementation

void pop<T>({dynamic result}) => navigator.pop<T>(result);