NativeContextNetwork constructor

NativeContextNetwork({
  1. bool? cellular,
  2. bool? wifi,
  3. bool? bluetooth,
})

Implementation

NativeContextNetwork({
  this.cellular,
  this.wifi,
  this.bluetooth,
});