ProgBonusClient constructor

ProgBonusClient({
  1. required String baseUrl,
  2. required String tenantId,
  3. required AuthType authType,
})

Implementation

ProgBonusClient({
  required this.baseUrl,
  required this.tenantId,
  required this.authType,
});