(closeOverlay = false)
| 598 | */ |
| 599 | @Method() |
| 600 | async cancel(closeOverlay = false) { |
| 601 | this.ionCancel.emit(); |
| 602 | |
| 603 | if (closeOverlay) { |
| 604 | this.closeParentOverlay(CANCEL_ROLE); |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | /** |
| 609 | * Returns the default parts the datetime falls back to when no value is set: |
no outgoing calls
no test coverage detected