CKConfiguration constructor
const
CKConfiguration({
- CKSounds sounds = const CKSounds(),
- Set<
CKCapability> capabilities = const {}, - Set<
CKCallAttributes> attributes = const {}, - CKTimer timer = const CKTimer(),
- bool notifyOnCallEnd = true,
- bool notifyOnMissedCall = true,
- Map<
CKCallAction, String> icons = const {}, - bool strictMode = true,
Implementation
const CKConfiguration({
this.sounds = const CKSounds(),
this.capabilities = const {},
this.attributes = const {},
this.timer = const CKTimer(),
this.notifyOnCallEnd = true,
this.notifyOnMissedCall = true,
this.icons = const {},
this.strictMode = true,
// this.repostOnClick = true,
});