componentSpecMap method

  1. @override
Map<String, List<ComponentSpec>> componentSpecMap()
override

Implementation

@override
Map<String, List<ComponentSpec>> componentSpecMap() {
  return Registry.registry()!.componentSpecMap();
}