registerInteractiveType static method

void registerInteractiveType(
  1. Type type
)

Implementation

static void registerInteractiveType(Type type) =>
    _customInteractiveTypes.add(type);