dropCall method

Future<void> dropCall()

Drops the call in the Chat identified by the id.

Implementation

Future<void> dropCall() => _callService.leave(chat?.id ?? id);