onSelectNotification static method

dynamic onSelectNotification(
  1. NotificationResponse notificationResponse
)

Implementation

static onSelectNotification(NotificationResponse notificationResponse) async {
  await stopAlarm(notificationResponse.id);
}