Future<void> answerCall(String callId) { tools.log("ChatCallKitManagerImpl: answerCall called, callId: $callId"); return _chat.answerCall(callId); }