CallKitConfiguration constructor

CallKitConfiguration({
  1. String? iconTemplateImageResource,
  2. String? ringtoneSound,
  3. bool? includeInRecents,
  4. bool? notifyInForeground,
  5. bool? dtmfEnabled,
})

Constructor

Implementation

CallKitConfiguration({
  this.iconTemplateImageResource,
  this.ringtoneSound,
  this.includeInRecents,
  this.notifyInForeground,
  this.dtmfEnabled,
});