readDispatch<E> method

Dispatch<E> readDispatch<E>()

readDispatch is a shortcut for context.read<Dispatch<E>>().

Implementation

Dispatch<E> readDispatch<E>() => read();