canPop abstract method

bool canPop({
  1. bool ignoreChildRoutes = false,
  2. bool ignoreParentRoutes = false,
  3. bool ignorePagelessRoutes = false,
})

Implementation

bool canPop({
  bool ignoreChildRoutes = false,
  bool ignoreParentRoutes = false,
  bool ignorePagelessRoutes = false,
});