onSelectNotification static method
dynamic
onSelectNotification(
- NotificationResponse notificationResponse
Implementation
static onSelectNotification(NotificationResponse notificationResponse) async {
await stopAlarm(notificationResponse.id);
}