Event Example
We can dispatch and listen to events using plugins. In the following example, we have created a ClickMePlugin which will add two event listeners corresponding to the event ClickMe.hello
to the PluginStore. ClickMe.hello
event gets dispatched by clicking the Dispatch event
button.
For more information on Events, click here