SMTNotifcationChannelBuilder constructor

SMTNotifcationChannelBuilder(
  1. String channelId,
  2. String channelName, {
  3. int? notificationImportance,
  4. String? channelDescription,
  5. String? groupId,
  6. String? notificationSoundFile,
})

Implementation

SMTNotifcationChannelBuilder(this.channelId, this.channelName,
    {this.notificationImportance,
    this.channelDescription,
    this.groupId,
    this.notificationSoundFile});