VChatNotificationSettings constructor

const VChatNotificationSettings({
  1. String icon = "@mipmap/ic_launcher",
  2. bool vibrate = true,
  3. bool sound = true,
})

Implementation

const VChatNotificationSettings({
  this.icon = "@mipmap/ic_launcher",
  this.vibrate = true,
  this.sound = true,
});