SetWidgetValue sets the associated widget value from the given value.
(value any)
| 29 | |
| 30 | // SetWidgetValue sets the associated widget value from the given value. |
| 31 | SetWidgetValue(value any) error |
| 32 | } |
| 33 | |
| 34 | // OnBinder is an optional interface that [Value]s can implement to |
no outgoing calls
no test coverage detected