ContextNetwork constructor

ContextNetwork(
  1. bool cellular,
  2. bool wifi,
  3. bool bluetooth, {
  4. Map<String, dynamic>? custom,
})

Implementation

ContextNetwork(this.cellular, this.wifi, this.bluetooth, {super.custom});