deleteAllCallLogs
Deletes all call logs for the user.
Removes all call logs from the user's call log history. After the deletion is complete, no call logs will remain in the list of call logs.
If a listener is provided, it will be notified when the deletion operation is complete. The callLogs property will be updated automatically to reflect the removal of all entries.
Parameters
listener
An optional RainbowListener that will be notified upon completion of the deletion operation.