dispose method

  1. @mustCallSuper
void dispose()

Disposing of the System.

Implementation

@mustCallSuper
void dispose() {
  world = null;
}