unregisterType abstract method

void unregisterType(
  1. T type
)

Removes type only from the active types

Implementation

void unregisterType(T type);