asyncNotification property

bool asyncNotification
final

If true, the listeners will be notified asynchronously, which can be helpful if you encounter problems that you trigger rebuilds during the build phase.

Implementation

final bool asyncNotification;