WebAppConfig constructor

WebAppConfig({
  1. String? apiKey,
  2. String? appId,
  3. String? authDomain,
  4. String? databaseURL,
  5. String? locationId,
  6. String? measurementId,
  7. String? messagingSenderId,
  8. String? projectId,
  9. String? storageBucket,
})

Implementation

WebAppConfig({
  this.apiKey,
  this.appId,
  this.authDomain,
  this.databaseURL,
  this.locationId,
  this.measurementId,
  this.messagingSenderId,
  this.projectId,
  this.storageBucket,
});