void fail()

in tool/catalog/generate_widget_catalog.dart [185:188]


void fail(String message) {
  print(message);
  exit(1);
}