build abstract method

Future<bool> build(
  1. SourceFile source
)

Executes the build process for the given SourceFile.

Implementation

Future<bool> build(SourceFile source);