NetworkStatus constructor
NetworkStatus({
- LanStatus? lan,
- WanStatus? wan,
- WifiStatus? wifi,
- AccessPointStatus? accessPoint,
- GeolocatorStatus? geolocator,
- ModemStatus? modem,
- BluetoothStatus? bluetooth,
Returns a new NetworkStatus instance.
Implementation
NetworkStatus({
this.lan,
this.wan,
this.wifi,
this.accessPoint,
this.geolocator,
this.modem,
this.bluetooth,
});