postRun abstract method

FutureOr<void> postRun(
  1. TaskResult result
)

Action to run after a task associated with this RunCondition has run, whether successfully or not.

This method will not be called if the Dartle cache has been disabled.

Implementation

FutureOr<void> postRun(TaskResult result);