terminate method

Future<void> terminate()

Implementation

Future<void> terminate() async {
  CallPlatform.instance.terminate(callsId: id ?? "");
}