Close the drawer.
()
| 531 | |
| 532 | /** Close the drawer. */ |
| 533 | close(): Promise<MatDrawerToggleResult> { |
| 534 | return this.toggle(false); |
| 535 | } |
| 536 | |
| 537 | /** Closes the drawer with context that the backdrop was clicked. */ |
| 538 | _closeViaBackdropClick(): Promise<MatDrawerToggleResult> { |
no test coverage detected