OnTaskCompleted typedef

OnTaskCompleted = void Function(TaskOutcome taskOutcome)

The method will be called on the main thread when a task call has been completed.

  • taskOutcome The task outcome

Implementation

typedef OnTaskCompleted = void Function(TaskOutcome taskOutcome);