(opts?: NavOptions | null, done?: TransitionDoneFn)
| 273 | */ |
| 274 | @Method() |
| 275 | popToRoot(opts?: NavOptions | null, done?: TransitionDoneFn): Promise<boolean> { |
| 276 | return this.removeIndex(1, -1, opts, done); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Removes a component from the navigation stack at the specified index. |
no test coverage detected