invoke

operator fun invoke(): Polls

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

Return

The singleton instance of the Polls.

Example:

// Using invoke() to retrieve the Invitations instance
val polls = Polls() // Equivalent to RainbowSdk().Polls()

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