Handle muted event raised by CallKit (iOS/CallKit only)
void onMuted(int callId, bool mute) { _logs?.print('onMuted callId:$callId $mute'); _findCall(callId)?.onMuted(mute); notifyListeners(); }