NotificationChannelStrategy constructor

NotificationChannelStrategy({
  1. List<String>? notificationChannelNames,
  2. String? renotifyInterval,
})

Implementation

NotificationChannelStrategy({
  this.notificationChannelNames,
  this.renotifyInterval,
});