(animated = true, role?: string)
| 389 | */ |
| 390 | @Method() |
| 391 | close(animated = true, role?: string): Promise<boolean> { |
| 392 | return this.setOpen(false, animated, role); |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Toggles the menu. If the menu is already open, it will try to close, |
no test coverage detected