isCallDisplayedNatively property

  1. @override
bool get isCallDisplayedNatively
override

Check if the incoming call is displayed natively.

Otherwise, we show the flutter builder

Implementation

@override
bool get isCallDisplayedNatively => true;