onBuild property
A stream that will be notified of each succeeded build of the build_runner
.
Implementation
Stream<Null> get onBuild => _onBuildController.stream;
A stream that will be notified of each succeeded build of the build_runner
.
Stream<Null> get onBuild => _onBuildController.stream;