hangUpCall method
Ends the active call, if any.
Implementation
Future<void> hangUpCall() {
return CleverTapSignedCallFlutterPlatform.instance.hangUpCall();
}
Ends the active call, if any.
Future<void> hangUpCall() {
return CleverTapSignedCallFlutterPlatform.instance.hangUpCall();
}