AppConfig constructor

AppConfig({
  1. String? sentryUrl,
  2. String? supaUrl,
  3. String? supaAnonKey,
  4. String? googleServerId,
  5. AdsConfig? adsConfig,
  6. String? localePath,
  7. dynamic accountChange(
    1. AuthState
    )?,
})

Implementation

AppConfig(
    {this.sentryUrl,
    this.supaUrl,
    this.supaAnonKey,
    this.googleServerId,
    this.adsConfig,
    this.localePath,
    this.accountChange});