OnTaskCompleted typedef
The method will be called on the main thread when a task call has been completed.
taskOutcomeThe task outcome
Implementation
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 outcometypedef OnTaskCompleted = void Function(TaskOutcome taskOutcome);