dispose method

void dispose()

Disposes the manager and releases all resources.

Implementation

void dispose() {
  _isolatePool.dispose();
}