dispose method

void dispose()

Unregister this slot

Implementation

void dispose() {
  global._unregisterSlot(this, T);
}