pop<T> method
void
pop<T>({
- dynamic result,
Calls Navigator.pop with this BuildContext.
Implementation
void pop<T>({dynamic result}) => navigator.pop<T>(result);
Calls Navigator.pop with this BuildContext.
void pop<T>({dynamic result}) => navigator.pop<T>(result);