dispose method

void dispose()

Disposes the scheduler.

Implementation

void dispose() {
  stop();
}