PackageImporter constructor

PackageImporter(
  1. PackageConfig packageConfig
)

Creates an importer that loads stylesheets from package: URLs according to packageConfig, which is a PackageConfig from the package_config package.

Implementation

PackageImporter(PackageConfig packageConfig) : _packageConfig = packageConfig;