unregisterInteractiveType static method

void unregisterInteractiveType(
  1. Type type
)

Implementation

static void unregisterInteractiveType(Type type) =>
    _customInteractiveTypes.remove(type);