dispatch abstract method

void dispatch(
  1. Event<T> event, {
  2. EventScope scope = .local,
})

Implementation

void dispatch(Event<T> event, {EventScope scope = .local});