hangupWithWithoutDisposing method

Future<void> hangupWithWithoutDisposing()

Implementation

Future<void> hangupWithWithoutDisposing() async {
  await super.hangup();
  await this.send(data: {"request": "leave"});
}