onTaskInput method
Register hooks for task input delivery / cancellation (application logic that resumes or stops the task's work).
Implementation
void onTaskInput(void Function(String taskId, dynamic inputResponses) fn) =>
_onTaskInput = fn;
Register hooks for task input delivery / cancellation (application logic that resumes or stops the task's work).
void onTaskInput(void Function(String taskId, dynamic inputResponses) fn) =>
_onTaskInput = fn;