dropCall method
Drops the OngoingCall happening in the RxUser.dialog.
Implementation
Future<void> dropCall() => _callService.leave(user!.user.value.dialog);
Drops the OngoingCall happening in the RxUser.dialog.
Future<void> dropCall() => _callService.leave(user!.user.value.dialog);