hangup method

Future<void> hangup(
  1. String callId
)

Implementation

Future<void> hangup(String callId) async {
  await _chat.hangup(callId);
}