isAudioCall static method

bool isAudioCall(
  1. CallLog callLog
)

Implementation

static bool isAudioCall(CallLog callLog) {
  return callLog.type == CallTypeConstants.audioCall;
}