InternetDiscoveryConfiguration constructor

const InternetDiscoveryConfiguration({
  1. bool isSimulated = false,
  2. String? locationId,
  3. Duration? timeout,
})

Implementation

const InternetDiscoveryConfiguration({
  this.isSimulated = false,
  this.locationId,
  this.timeout,
});