BaseConfig constructor

BaseConfig(
  1. String? appId,
  2. String donuzToken
)

Implementation

BaseConfig(this.appId, this.donuzToken);