(view?: ViewController)
| 480 | */ |
| 481 | @Method() |
| 482 | async getPrevious(view?: ViewController): Promise<ViewController | undefined> { |
| 483 | return this.getPreviousSync(view); |
| 484 | } |
| 485 | |
| 486 | /** |
| 487 | * Returns the number of views in the stack. |
nothing calls this directly
no test coverage detected