pop<T> method
void
pop<T>([
- T? result
Implementation
void pop<T>([T? result]) {
if (navigator.canPop()) navigator.pop(result);
}
void pop<T>([T? result]) {
if (navigator.canPop()) navigator.pop(result);
}