SMTNotificationOptions constructor

SMTNotificationOptions({
  1. String? smallIconTransparentId,
  2. String? largeIconId,
  3. String? placeHolderIcon,
  4. String? smallIconId,
  5. String? transparentIconBgColor,
})

Implementation

SMTNotificationOptions(
    {this.smallIconTransparentId,
    this.largeIconId,
    this.placeHolderIcon,
    this.smallIconId,
    this.transparentIconBgColor});