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