invoke

operator fun invoke(): CallLogs

Calls the invoke operator to retrieve the singleton instance of the CallLogs.

Return

The singleton instance of the CallLogs.

Example:

// Using invoke() to retrieve the CallLogs instance
val callLogs = CallLogs() // Equivalent to RainbowSdk().callLogs()

// Accessing services or functionalities using the retrieved instance
callLogs.someServiceMethod()