cancelNotification method
dynamic
cancelNotification()
Implementation
cancelNotification() async {
await _notificationsPlugin.cancelAll();
}
cancelNotification() async {
await _notificationsPlugin.cancelAll();
}