dispatch method

void dispatch(
  1. Error e
)

Implementation

void dispatch(Error e) => _dispatcher(e);