You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use strings as the trigger names.
We can use an Enum which specifies the list of available triggers for the state machine and use it in our codebase.
Currently, we use strings as the trigger names.
We can use an
Enum
which specifies the list of available triggers for the state machine and use it in our codebase.Example:
The text was updated successfully, but these errors were encountered: