dispose method

void dispose()

Disposes resources (call when done with the engine).

Implementation

void dispose() {
  _statusStream.close();
}