cancelNotification abstract method

Future<void> cancelNotification(
  1. UserTask task
)

Cancel (i.e., remove) the notification for the task.

Implementation

Future<void> cancelNotification(UserTask task);