PeerJSOption constructor

PeerJSOption({
  1. String? key,
  2. String? host,
  3. int? port,
  4. String? path,
  5. bool? secure,
  6. String? token,
  7. dynamic config,
  8. LogLevel? debug,
  9. String? referrerPolicy,
})

Implementation

PeerJSOption({
  this.key,
  this.host,
  this.port,
  this.path,
  this.secure,
  this.token,
  this.config,
  this.debug,
  this.referrerPolicy,
});