build abstract method
Builds the given asset using this builder.
This method executes the builder on the specified asset, using the provided resolver for type resolution and analysis.
resolver The resolver to use for analysis.
asset The asset to build.
Returns a set of URIs representing the generated outputs.
Implementation
FutureOr<Set<Uri>> build(ResolverImpl resolver, Asset asset);