NELCKConfig constructor

NELCKConfig({
  1. required bool enableLiveCommunicationKit,
  2. String? ringtoneName,
})

Implementation

NELCKConfig({
  required this.enableLiveCommunicationKit,
  this.ringtoneName,
});