LiveEx.Example.handle_info
You're seeing just the function
handle_info
, go back to LiveEx.Example module for more information.
Specs
Handles a dispatch and commits a mutation based on the payload of the action.
action
here has the format: %{type: :a_type_here, payload: %{}}