AndroidParams constructor

const AndroidParams({
  1. bool? isCustomNotification,
  2. bool? isCustomSmallExNotification,
  3. String? ringtonePath,
  4. String? backgroundColor,
  5. String? backgroundUrl,
  6. String? actionColor,
  7. String? incomingCallNotificationChannelName,
  8. String? missedCallNotificationChannelName,
})

Implementation

const AndroidParams({
  this.isCustomNotification,
  this.isCustomSmallExNotification,
  this.isShowLogo,
  this.ringtonePath,
  this.backgroundColor,
  this.backgroundUrl,
  this.actionColor,
  this.incomingCallNotificationChannelName,
  this.missedCallNotificationChannelName,
});