hangupCall function

Future<void> hangupCall({
  1. required int callId,
})

Implementation

Future<void> hangupCall({required int callId}) =>
    RustLib.instance.api.crateApiSimpleHangupCall(callId: callId);