CallView constructor

const CallView({
  1. Key? key,
  2. List<CallFeature> disableFeatures = const [],
})

Implementation

const CallView({
  super.key,
  this.disableFeatures = const [],
});