onEverythingUpToDate top-level property

void Function() onEverythingUpToDate
getter/setter pair

Hook that will be called when a build is finished because everything is up-to-date.

Change this value if you prefer to not use the default function which logs the INFO message 'Everything is up-to-date!' in GREEN.

Implementation

void Function() onEverythingUpToDate = _onEverythingUpToDate;