create Consent Repository
fun createConsentRepository(accountType: AccountType, baseUrl: String = "https://danskespil.dk/", debug: Boolean = false): ConsentRepository
create ConsentRepository
Return
Parameters
account Type
The account type either AccountType.DLI or AccountType.DLO.
base Url
Overwrite if testing on a different environment.
debug
Boolean Add body level debugging log for api calls.