fun loadEnvironment(sdkKey: String, secretKey: String): <ERROR CLASS>
Load environment from SDK portico service via async/await.
Return
awaits for async promise to return Login Response.
fun loadEnvironment(sdkKey: String, secretKey: String, success: (result: Environment?) -> Unit, failure: (Exception) -> Unit): Unit
Load environment from SDK portico service via callbacks.