Hangup the call.
Param callId the received call id.
callId
static Future<void> hangup(String callId) { tools.log("ChatCallKitManager:hangup called, callId: $callId"); return _impl.hangup(callId); }