invoke

operator fun invoke(): Groups

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

Return

The singleton instance of the Groups.

Example:

// Using invoke() to retrieve the Groups instance
val groups = Groups() // Equivalent to RainbowSdk().groups()

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