scheduleTaskNotification abstract method

Future<void> scheduleTaskNotification(
  1. UserTask task
)

Schedule a notification for a task at the task.triggerTime.

Implementation

Future<void> scheduleTaskNotification(UserTask task);