AbraConfig

constructor(organisation: String, license: String, identifier: String)


constructor(license: String, identifier: String)

Deprecated (with error)

Use AbraConfig(organisation, license, identifier) instead.

Replace with

AbraConfig(organisation = TODO("Add your organisation ID from the Abra Dashboard"), license = license, identifier = identifier)