()
| 453 | return this; |
| 454 | } |
| 455 | presentExtraLarge() { |
| 456 | this.widget.presentExtraLarge(); |
| 457 | return this; |
| 458 | } |
| 459 | presentSmall() { |
| 460 | this.widget.presentSmall(); |
| 461 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected