cancelNotification method
dynamic
cancelNotification()
Implementation
cancelNotification() async {
await FlutterLocalNotificationsPlugin().cancel(_id);
return true;
}
cancelNotification() async {
await FlutterLocalNotificationsPlugin().cancel(_id);
return true;
}