dispatchReset method

void dispatchReset()

Implementation

void dispatchReset() {
  for (final p in allPlugins()) p.onReset();
}