(url)
| 425 | return this; |
| 426 | } |
| 427 | url(url) { |
| 428 | this.widget.url = url; |
| 429 | return this; |
| 430 | } |
| 431 | addAccessoryWidgetBackground(bool) { |
| 432 | this.widget.addAccessoryWidgetBackground = bool; |
| 433 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected