DispatchX extension

on

Methods

dispatch<E>(E event) → void
dispatch is a shortcut for context.read<Dispatch<E>>().call(event).
readDispatch<E>() Dispatch<E>
readDispatch is a shortcut for context.read<Dispatch<E>>().