scheduleNotification abstract method

Future<void> scheduleNotification(
  1. UserTask task
)

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

Implementation

Future<void> scheduleNotification(UserTask task);