NotificationDebouncer constructor

NotificationDebouncer({
  1. required Duration delay,
})

Creates a new notification debouncer with the specified delay.

Implementation

NotificationDebouncer({required super.delay});