I'm making a configurable widget
user can select an option from one of widgets
and some point I want to reset that option. (for example, if user logout, user's option need to be reset.)
I used func defaultMyType(for intent: MyTypeIntent) -> MyType?
but it does not work.
How can I reset user's option?
thanks