addSource abstract method
Add a unit source to the list of additional sources which will be compiled
alongside the packages specified in compile
.
Implementation
void addSource(DartSource source);
Add a unit source to the list of additional sources which will be compiled
alongside the packages specified in compile
.
void addSource(DartSource source);