NetworkConfig constructor
NetworkConfig({
- LanConfig? lan,
- WanConfig? wan,
- WifiConfig? wifi,
- AccessPointConfig? accessPoint,
- ModemConfig? modem,
- GeolocatorConfig? geolocator,
- BluetoothConfig? bluetooth,
Returns a new NetworkConfig instance.
Implementation
NetworkConfig({
this.lan,
this.wan,
this.wifi,
this.accessPoint,
this.modem,
this.geolocator,
this.bluetooth,
});