HyperConfig constructor

HyperConfig({
  1. required String publishableKey,
  2. String? customBackendUrl,
  3. String? customLogUrl,
})

Implementation

HyperConfig({
  required this.publishableKey,
  this.customBackendUrl,
  this.customLogUrl,
});