Close the drawer.
()
| 539 | |
| 540 | /** Close the drawer. */ |
| 541 | close(): Promise<MatDrawerToggleResult> { |
| 542 | return this.toggle(false); |
| 543 | } |
| 544 | |
| 545 | /** Closes the drawer with context that the backdrop was clicked. */ |
| 546 | _closeViaBackdropClick(): Promise<MatDrawerToggleResult> { |
no test coverage detected