hangUpCall method

Future<void> hangUpCall()

Ends the active call, if any.

Implementation

Future<void> hangUpCall() {
  return CleverTapSignedCallFlutterPlatform.instance.hangUpCall();
}