popToRoot static method

void popToRoot({
  1. bool animated = true,
})

Implementation

static void popToRoot({bool animated = true}) {
  DNavigatorManager.nodeHandle(null, null, DStackConstant.popToRoot,
      animated: animated);
}