sbuilder function
Builder
sbuilder(
- BuilderOptions _
This builder does nothing but wait for all markers
to be generated and a temporary file to be received.
The key is specified in the build.yaml
file.
After that, the test builder will run and get
all .mp.dart files.
Implementation
Builder sbuilder(BuilderOptions _) => EmptyBuilder();