instance

@JvmStatic
fun instance(): RainbowSdk

Retrieves the singleton instance of the Rainbow SDK, granting access to various services.

Return

The singleton instance of the Rainbow SDK.

Example:

// Using instance() to retrieve the Rainbow SDK instance
val sdkInstance = RainbowSdk.instance()

// Accessing services or functionalities using the retrieved instance
sdkInstance.anotherServiceMethod()