fastDevPostProcess function

PostProcessBuilder fastDevPostProcess(
  1. BuilderOptions options
)

build.yaml 里 post-process builder_factory 的入口。

Implementation

PostProcessBuilder fastDevPostProcess(BuilderOptions options) =>
    FastDevPostProcessBuilder();