userCatalogBuilder function
Builder
userCatalogBuilder(
- BuilderOptions options
build_runner factory entry point for the package-wide customer-catalog
emitter. Walks every lib/**.dart for @RestageWidget-annotated
classes and emits a single lib/user_catalog.g.dart aggregating them.
Implementation
Builder userCatalogBuilder(BuilderOptions options) =>
UserCatalogBuilder(options);