configure
fun Purchases.Companion.configure(apiKey: String, builder: PurchasesConfiguration.Builder.() -> Unit = { }): Purchases
Configures an instance of the SDK with the specified configuration builder. The instance will be set as a singleton. You should access the singleton instance using sharedInstance.