Cancel (i.e., remove) the notification with id.
id
@override Future<void> cancelNotification(int id) async => await FlutterLocalNotificationsPlugin().cancel(id);