isInCall property

bool get isInCall

Check if in call

Implementation

static bool get isInCall => _currentCall != null;