deleteRecordCalls abstract method
Delete call records by ID list.
Returns: TUIValueCallBack with a JSON/string payload indicating the result.
Implementation
Future<TUIValueCallBack<String?>> deleteRecordCalls(List<String> callIdList);
Delete call records by ID list.
Returns: TUIValueCallBack with a JSON/string payload indicating the result.
Future<TUIValueCallBack<String?>> deleteRecordCalls(List<String> callIdList);