invoke
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()
Content copied to clipboard