invoke

operator fun invoke(): Channels

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

Return

The singleton instance of the Channels.

Example:

// Using invoke() to retrieve the Channels instance
val channels = Channels() // Equivalent to RainbowSdk().channels()

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