invoke

operator fun invoke(): Contacts

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

Return

The singleton instance of the Search.

Example:

// Using invoke() to retrieve the Search instance
val search = Search() // Equivalent to RainbowSdk().search()

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