assetsGeneratorBuilder function

AssetsGenerator assetsGeneratorBuilder(
  1. BuilderOptions options
)

Build runner static entry point for AssetsGenerator.

Implementation

AssetsGenerator assetsGeneratorBuilder(final BuilderOptions options) =>
    AssetsCommand().get(options.config);