popUntilRoot static method

NavigationPopUntilRootAction popUntilRoot([
  1. Object? result
])

Pops all routes until there is only one left.

Implementation

static NavigationPopUntilRootAction popUntilRoot([Object? result]) {
  return NavigationPopUntilRootAction._(result);
}