fail method

  1. @override
void fail()
override

Finish the task with a failure.

Implementation

@override
void fail() {
  _finish(FinisherType.failure);
}