terminate method
Finish the call or reject the incoming call
Implementation
Future<void> terminate() async {
CallPlatform.instance.terminate(callsId: id ?? "");
}
Finish the call or reject the incoming call
Future<void> terminate() async {
CallPlatform.instance.terminate(callsId: id ?? "");
}