cancelNotification abstract method

Future<void> cancelNotification(
  1. int id
)

Cancel (i.e., remove) the notification with id.

Implementation

Future<void> cancelNotification(int id);