deleteRecordCalls abstract method

Future<TUIValueCallBack<String?>> deleteRecordCalls(
  1. List<String> callIdList
)

Delete call records by ID list.

Returns: TUIValueCallBack with a JSON/string payload indicating the result.

Implementation

Future<TUIValueCallBack<String?>> deleteRecordCalls(List<String> callIdList);