ReshubParams constructor

ReshubParams({
  1. String? deviceId,
  2. String? appVersion,
  3. String? customServerUrl,
  4. bool? isDebugPackage,
  5. Map<String?, String?>? customParams,
})

Implementation

ReshubParams({
  this.deviceId,
  this.appVersion,
  this.customServerUrl,
  this.isDebugPackage,
  this.customParams,
});