scheduleTaskNotification method

  1. @override
Future<void> scheduleTaskNotification(
  1. UserTask task
)
override

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

Implementation

@override
Future<void> scheduleTaskNotification(UserTask task) async {}