useCallKit property

bool get useCallKit

Implementation

bool get useCallKit => _useCallKit;
set useCallKit (bool value)

Implementation

set useCallKit(bool value) {
  _useCallKit = value;
}