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