popWithResult<T> method
void
popWithResult<T>(
- T result
Pops the current route with a result.
Implementation
void popWithResult<T>(T result) => Navigator.of(this).pop(result);
Pops the current route with a result.
void popWithResult<T>(T result) => Navigator.of(this).pop(result);